Download the PHP package rquadling/enumeration without Composer
On this page you can find all versions of the php package rquadling/enumeration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rquadling/enumeration
More information about rquadling/enumeration
Files in rquadling/enumeration
Download rquadling/enumeration
More information about rquadling/enumeration
Files in rquadling/enumeration
Vendor rquadling
Package enumeration
Short Description Extension to Eloquent/Enumeration for use within RQuadling's projects.
License
Package enumeration
Short Description Extension to Eloquent/Enumeration for use within RQuadling's projects.
License
Please rate this library. Is it a good library?
Informations about the package enumeration
RQuadling/Enumeration
Extension to Eloquent/Enumeration for use within RQuadling's projects.
Installation
Using Composer:
PHPStan rules
A PHPStan rule governing the enumeration class is available.
The rules are:
- Attempting to extend
\Eloquent\Enumeration\AbstractEnumeration
rather than\RQuadling\Enumeration\AbstractEnumeration
. - Multiple names exist for the the values in the enumeration.
- Missing
@method static
docblocks.
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 rules.neon
in your project's PHPStan config:
All versions of enumeration with dependencies
PHP Build Version
Package Version
The package rquadling/enumeration contains the following files
Loading the files please wait ....