kherge / entities
A Silex service provider for Doctrine ORM.
Installs: 1 335
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 0
Open Issues: 0
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.