Download the PHP package nordsoftware/lumen-doctrine without Composer
On this page you can find all versions of the php package nordsoftware/lumen-doctrine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package lumen-doctrine
Lumen Doctrine ORM
Doctrine module for the Lumen PHP framework.
Requirements
- PHP 5.5 or newer
- Composer
Usage
Installation
Run the following command to install the package through Composer:
Bootstrapping
Add the following line to :
You can now use the facade or inject the where needed.
Configure
Copy into and modify according to your needs.
The available configurations are:
- mapping - Mapping driver to use (xml, yaml or annotations), defaults to xml
- paths - Paths to entity mappings, defaults to an empty array
- types - Custom Doctrine types to register, defaults to an empty array
- proxy - Proxy configuration
- repository - Repository class to use
- logger - Logger class to use
Run Artisan
Run and you should see the new commands in the doctrine:* namespace section.
Contributing
Please read the guidelines.
License
See LICENSE.
All versions of lumen-doctrine with dependencies
PHP Build Version
Package Version
Requires
doctrine/orm Version
~2.5
The package nordsoftware/lumen-doctrine contains the following files
Loading the files please wait ....