PHPackages                             seyfer/kohana-doctrine - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. seyfer/kohana-doctrine

ActiveKohana-module[Database &amp; ORM](/categories/database)

seyfer/kohana-doctrine
======================

Kohana module to integrate with Doctrine ORM

7271PHP

Since Jan 9Pushed 11y ago2 watchersCompare

[ Source](https://github.com/seyfer/kohana-doctrine)[ Packagist](https://packagist.org/packages/seyfer/kohana-doctrine)[ RSS](/packages/seyfer-kohana-doctrine/feed)WikiDiscussions 3.3/master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

kohana-doctrine
===============

[](#kohana-doctrine)

Kohana 3.3 and 3.2 module to integrate Doctrine ORM 2.4.

Download Doctrine 2 and put it in /vendor: composer update

License:
--------

[](#license)

[Attribution 3.0 Unported (CC BY 3.0)](http://creativecommons.org/licenses/by/3.0/)

Usage:
------

[](#usage)

in config/doctrine.php

```
'mappings_path'       => APPPATH . 'classes/doctrine/entity',
'mappings_driver'     => 'annotation',

```

Entity in doctrine/entity/ folder

```
