https://github.com/habibun/symfony-doctrine
Symfony with Doctrine
https://github.com/habibun/symfony-doctrine
bundle doctrine php symfony symfony-bundle
Last synced: about 1 month ago
JSON representation
Symfony with Doctrine
- Host: GitHub
- URL: https://github.com/habibun/symfony-doctrine
- Owner: habibun
- License: mit
- Created: 2022-02-17T14:56:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T10:10:47.000Z (over 1 year ago)
- Last Synced: 2024-11-14T18:42:00.782Z (3 months ago)
- Topics: bundle, doctrine, php, symfony, symfony-bundle
- Homepage:
- Size: 1.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# symfony-doctrine
Implements Doctrine Bundle in symfony| Repository Branch | DoctrineBundle Version | Symfony Version | PHP Version |
|----------------------------------|------------------------|-----------------|-----------------|
| [feature-value-object][1] | `2.5.x` | `5.4.x` | `8.0` or higher |
| [feature-inheritance-mapping][2] | `2.5.x` | `5.4.x` | `8.0` or higher |
| [symfony-doctrine][3] | `2.5.x` | `5.4.x` | `8.0` or higher |Read [DoctrineBundle Docs](https://symfony.com/bundles/DoctrineBundle/current/index.html)
## Resources
- [`feature-value-object`][1]
- [The Value Object and Doctrine](https://www.thinktocode.com/2018/03/19/the-value-object-and-doctrine/)
- [Value Objects in Symfony Forms](https://webmozart.io/blog/2015/09/09/value-objects-in-symfony-forms/)
- [`feature-inheritance-mapping`][2]
- [Using doctrine entity inheritance mapping in symfony](http://www.inanzzz.com/index.php/post/e0ln/using-doctrine-entity-inheritance-mapping-in-symfony)
- [`symfony-doctrine`][3]
- [Doctrine, Symfony & the Database](https://symfonycasts.com/screencast/symfony-doctrine)## License
The code is licensed under the [MIT License](https://github.com/habibun/doctrine-bundle/blob/master/LICENSE)[1]: https://github.com/habibun/doctrine-bundle/tree/feature-value-object
[2]: https://github.com/habibun/doctrine-bundle/tree/feature-inheritance-mapping
[3]: https://github.com/habibun/doctrine-bundle/tree/symfony-doctrine