1.3.0
A bunch of new methods were added in #5:
$value->getKey()
Returns the key of the current value on EnumEnum::keys()
Returns the names (keys) of all constants in the Enum classEnum::isValid()
Check if tested value is valid on enum setEnum::isValidKey()
Check if tested key is valid on enum setEnum::search()
Return key for searched value
The library is now PSR-4 compliant.