enumeration icon indicating copy to clipboard operation
enumeration copied to clipboard

An enumeration implementation for PHP.

Results 4 enumeration issues
Sort by recently updated
recently updated
newest added

Enumerations are useful to guarantee type safety, but painful for the test application to deal with elegantly. Often one wants to test an interface or implementation that requires an enumeration...

Hi, In Java Styles enumeration implementations, members are called with static methods that are not explicitly declared. So, in IDE like Eclipse PHP or other, those methods are not listed...

What is the correct way to use your library in serializable object? Especially, Multiton class. Is it possible? The constructor is protected, thus, there are some difficulties…

I would like to use the `eloquent/enumeration` package with PHP 8.1 and PHP 8.2. Currently, the CI in this repository only runs tests up to PHP 7.4, so I have...