petrknap / doctrine-entities
Entity helpers for Doctrine
dev-master
2020-08-12 06:46 UTC
Requires
- php: >=7.2
- doctrine/orm: ^2.3
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2026-02-12 18:04:35 UTC
README
How to install
Run composer require petrknap/doctrine-entities or merge this JSON code with your project composer.json file manually and run composer install. Instead of dev-master you can use one of released versions.
{
"require": {
"petrknap/doctrine-entities": "dev-master"
}
}
Or manually clone this repository via git clone https://github.com/petrknap/doctrine-entities.git or download this repository as ZIP and extract files into your project.