Kdyby/Doctrine requires PHP 5.3.2 with pdo extension.
- Nette Framework 2.0.x
- Doctrine ORM 2.4.x
- Kdyby/Annotations
- Kdyby/Console
- Kdyby/Events
- Kdyby/DoctrineCache
The best way to install Kdyby/Doctrine is using Composer:
$ composer require kdyby/doctrine
But if you're using development version of Nette, you have to specify the development Kdyby dependencies.
"require": {
"nette/nette": "@dev",
"kdyby/doctrine": "@dev"
}
and now run the update
$ composer update
More information can be found at detailed documentation.
Homepage http://www.kdyby.org and repository http://github.com/kdyby/doctrine.