This content originally appeared on DEV Community and was authored by sebk69
As promised, here is a Symfony bundle for Small Swoole Entity Manager.
It provides:
- A standard Symfony configuration
- Service access to the ConnectionFactory
- Service access to the EntityManagerFactory
- A command to execute the database layers
Links
- Documentation : https://swoole-entity-manager.small-project.dev/symfony-bundle/
- Git repo : https://git.small-project.dev/lib/small-swoole-entity-manager-bundle
- Packagist repo : https://packagist.org/packages/small/swoole-entity-manager-bundle
This content originally appeared on DEV Community and was authored by sebk69