Download the PHP package brysem/phpenums without Composer
On this page you can find all versions of the php package brysem/phpenums. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download brysem/phpenums
More information about brysem/phpenums
Files in brysem/phpenums
Download brysem/phpenums
More information about brysem/phpenums
Files in brysem/phpenums
Vendor brysem
Package phpenums
Short Description Enums made simple in PHP.
License MIT
Homepage https://brysemeijer.com
Package phpenums
Short Description Enums made simple in PHP.
License MIT
Homepage https://brysemeijer.com
Please rate this library. Is it a good library?
Informations about the package phpenums
PHP Enums
Enums made simple in PHP. Providing you with an easy to use interface.
Installation
PHP Enums can be installed with Composer.
Laravel Example
You can now easily do the following.
$user->status = UserType::ACTIVE;
Features
- Automatic string casting.
- Useful checks and comparisons.
- Easy to use to any framework or even a plain PHP file.
- PSR-4 autoloading compliant structure.
- Unit-Testing with PHPUnit.
Contributing
Thank you for considering contributing to PHP Enums. Any and all help is appreciated. Please do not hesitate to send a pull request.
License
The PHP Enums package is open-sourced software licensed under the MIT license.
All versions of phpenums with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package brysem/phpenums contains the following files
Loading the files please wait ....