Download the PHP package webcook/doctrine without Composer
On this page you can find all versions of the php package webcook/doctrine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webcook/doctrine
More information about webcook/doctrine
Files in webcook/doctrine
Download webcook/doctrine
More information about webcook/doctrine
Files in webcook/doctrine
Vendor webcook
Package doctrine
Short Description Doctrine 2 ORM and Migrations addon for Nette Framework
License BSD-3-Clause GPL-2.0+
Homepage http://nellafw.org
Package doctrine
Short Description Doctrine 2 ORM and Migrations addon for Nette Framework
License BSD-3-Clause GPL-2.0+
Homepage http://nellafw.org
Please rate this library. Is it a good library?
Informations about the package doctrine
Nette Framework - Doctrine 2 Extension
Library for easy integration Doctrine 2 ORM to Nette Framework.
Requirements
- PHP 5.3.2 or later
- Nette Framework 2.0.0 or later
- Doctrine ORM 2.3.0rc or later
Suggest
- Nella Console Extension 2.0.0beta or later
- Doctrine Migrations master
- Nella Gedmo Extension 2.0.0beta or later
Installation
Add "nella/doctrine": "*"
to composer.json and run composer update
.
Edit your bootstrap.php* and add Nella\Doctrine\Config\Extension::register($configurator);
before $configurator->createContainer()
.
If you want to use Doctrine Migrations add
Nella\Doctrine\Config\MigrationsExtension::register($configurator);
before
$configurator->createContainer()
.
For more info please follow documentaion.
All versions of doctrine with dependencies
PHP Build Version
Package Version
The package webcook/doctrine contains the following files
Loading the files please wait ....