kherge / entities
This package is abandoned and no longer maintained.
No replacement package was suggested.
A Silex service provider for Doctrine ORM.
dev-master / 1.0.x-dev
2014-01-08 15:32 UTC
Requires
- php: >=5.3.3
- doctrine/orm: >2.2,<2.4-dev
Requires (Dev)
- silex/silex: @dev
This package is not auto-updated.
Last update: 2021-12-07 01:39:18 UTC
README
This library is no longer maintained. I recommend using dflydev/doctrine-orm-service-provider instead.
Entities is a Silex service provider for Doctrine ORM.
Installing
To install Entities, you must add it to the list of dependencies in your composer.json file.
$ php composer.phar require kherge/entities
If you are not using Composer to manage your dependencies, you may use any PSR-0 class loader to load Entities.
Usage
Please see the wiki for usage information.