drosalys-web / doctrine-extensions
A library to extend Doctrine ORM capabilities.
v1.4.0
2022-12-15 13:14 UTC
Requires
- php: ^7.4|^8.0
- doctrine/inflector: ^2.0
- doctrine/orm: ~2.5
- drosalys-web/string-extensions: ^1.0
Requires (Dev)
- symfony/config: ^4.4|^5.4|^6.0
- symfony/dependency-injection: ^4.4|^5.4|^6.0
- symfony/http-kernel: ^4.4|^5.4|^6.0
This package is auto-updated.
Last update: 2024-11-20 10:09:36 UTC
README
A library to extend Doctrine ORM capabilities.
Install
composer require drosalys-web/doctrine-extensions
Symfony integration (^4.4|^5.0)
Flex recipe not yet available.
- Enable the bundle in your
config/bundle.php
:<?php
return [
//...
DrosalysWeb\DoctrineExtensions\Bridge\Symfony\DrosalysWebDoctrineExtensionsBundle::class => ['all' => true],
//...
];
- Create a new `config\packages\drosalys_doctrine_extensions.yaml` file, you will config the bundle here.
drosalys_doctrine_extensions: ~
- That all for default configuration.
## Documentations
Here all capabilities documentations:
- [Available functions](doc/functions.md): Provide some useful Doctrine ORM functions for mariaDB.
- Auto-prefix table names (DOC TODO)
## TODO
- Better documentation.
- Flex recipe for Symfony.
- Add example for standalone usage.
## License
This bundle is under the MIT license. See the complete license:
LICENSE