Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 893 Bytes

File metadata and controls

23 lines (13 loc) · 893 Bytes

Entities

This library is no longer maintained. I recommend using dflydev/doctrine-orm-service-provider instead.

Build Status

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.