Download the PHP package goldspecdigital/phpenum without Composer
On this page you can find all versions of the php package goldspecdigital/phpenum. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download goldspecdigital/phpenum
More information about goldspecdigital/phpenum
Files in goldspecdigital/phpenum
Download goldspecdigital/phpenum
More information about goldspecdigital/phpenum
Files in goldspecdigital/phpenum
Vendor goldspecdigital
Package phpenum
Short Description A useful enum wrapper.
License MIT
Homepage https://github.com/goldspecdigital/phpenum
Package phpenum
Short Description A useful enum wrapper.
License MIT
Homepage https://github.com/goldspecdigital/phpenum
Keywords enum
Please rate this library. Is it a good library?
Informations about the package phpenum
PHP Enum Wrapper
A useful class which can be extended to give enum-like features to your code. Is intended to be used when modeling the MySQL enum type.
Features
- Get an array of all the enum keys and values.
- Check if the enum contains a value.
- Check if the enum has a key.
- Easy to use, simply extend the Enum class.
Installation
Simply run: composer require goldspecdigital/phpenum "~1.0"
Contributing
Anyone can contribute to this simple project. Simply submit a pull request at the goldspecdigital/phpenum repository.
All versions of phpenum with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package goldspecdigital/phpenum contains the following files
Loading the files please wait ....