sestep/entity-ids
ID generator with capability of carrying type information
Maintainers
v0.9.1
2020-03-07 09:40 UTC
Requires
- php: >=7.1
Requires (Dev)
- nette/di: ^3.0
- nette/utils: ^3.1
- phpstan/phpstan: ^0.12.10
- phpunit/phpunit: ^9.0
- symfony/console: ^5.0
Suggests
- nette/utils: for more sophisticated inputs of id generator
- symfony/console: for CLI access of ID generator
Provides
None
Conflicts
None
Replaces
None
MIT db93271017669d3d6d1482ed1e1b7709d1a76d00
- Štěpán Śevčík <Thoronir42.woop@Gmail.com>
This package is auto-updated.
Last update: 2026-06-13 08:49:44 UTC
README
This package provides simple API for generation of IDs which may hold information about a type.
Code quality
- static analysis can be run via
composer run phpstan
