Phpstan Enum Save

Enum class reflection extension for PHPStan

Project README

Enum class reflection extension for PHPStan

Packagist Version GitHub Workflow Status

This extension defines dynamic methods for MyCLabs\Enum\Enum subclasses.

Usage

To use this extension, require it with Composer

composer require --dev timeweb/phpstan-enum

If you also install phpstan/extension-installer then you're all set!

Manual installation

If you don't want to use phpstan/extension-installer, include extension.neon in your project's PHPStan config:

includes:
  - vendor/timeweb/phpstan-enum/extension.neon

Install for Local Development

With docker

git clone [email protected]:timeweb/phpstan-enum.git
cd phpstan-enum
make docker-build
make install
make phpunit

Without docker (localy installed actual version of php, composer, etc)

git clone [email protected]:timeweb/phpstan-enum.git
cd phpstan-enum
make install
make phpunit
Open Source Agenda is not affiliated with "Phpstan Enum" Project. README Source: timeweb/phpstan-enum
Stars
41
Open Issues
1
Last Commit
1 year ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating