hectorj/safe-php-psalm-plugin

vimeo/psalm plugin for thecodingmachine/safe

Maintainers

Package info

github.com/hectorj/safe-php-psalm-plugin

Type:psalm-plugin

pkg:composer/hectorj/safe-php-psalm-plugin

Statistics

Installs: 102 679

Dependents: 1

Suggesters: 0

Stars: 9

Open Issues: 0

v1.4.0 2022-05-21 19:45 UTC

This package is auto-updated.

Last update: 2026-03-22 04:14:36 UTC


README

This is a vimeo/psalm plugin for 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:

<plugins>
    <pluginClass class="HectorJ\SafePHPPsalmPlugin\Plugin"/>
</plugins>