# safe-php-psalm-plugin **Repository Path**: mirrors_simPod/safe-php-psalm-plugin ## Basic Information - **Project Name**: safe-php-psalm-plugin - **Description**: vimeo/psalm plugin for thecodingmachine/safe - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-26 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hectorj/safe-php-psalm-plugin This is a [vimeo/psalm](https://github.com/vimeo/psalm) plugin for [thecodingmachine/safe](https://github.com/thecodingmachine/safe). It applies some Psalm's core functions stubs to their safe versions. Not all functions `thecodingmachine/safe` are supported yet. If you have a specific need, don't hesitate to open an issue or a PR. ## Installation ``` composer require --dev hectorj/safe-php-psalm-plugin ``` And add the plugin to your `psalm.xml`: ```xml ```