brain-diminished / db-annotation
1.x-dev
2017-12-20 06:55 UTC
Requires
- doctrine/dbal: ^2.6
Requires (Dev)
- phpunit/phpunit: ^6.5
- satooshi/php-coveralls: ^1.0.1
This package is not auto-updated.
Last update: 2024-11-10 05:03:52 UTC
README
This package proposes a way to easily interpret annotations in your database comments (columns and tables). This may be particularly useful when using an ORM driven by the database schema, as it would allow to hint some specific behaviours (default order in table, specific modifier on a column, etc.) without breaking its philosophy.