### Migrating from class constants <small>[[source code](tests/Example/MigratingLegacyCode/readme.md)]</small>
This guide show how to migrate from classes with constants to `\Grifart\Enum` in few simple steps. [Continue to example](tests/Example/MigratingLegacyCode/readme.md)
### Adding behaviour to values
### Adding behaviour to values <small>[[source code](tests/Example/AddingBehaviourToEnum/readme.md)]</small>
This guide show how to slowly add behaviour to enum values. Step by step. [Continue to example](tests/Example/AddingBehaviourToEnum/readme.md)
### Complex showcase: order lifecycle tracking
### Complex showcase: order lifecycle tracking <small>[[source code](tests/Example/OrderState/readme.md)]</small>
This example contains 5 ways of implementing order state. [Continue to example](tests/Example/OrderState/readme.md).