PHPackages                             hawkbit/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. hawkbit/doctrine

ActiveLibrary[Database &amp; ORM](/categories/database)

hawkbit/doctrine
================

Doctrine 2 ORM integration for Hawkbit PSR-7 Micro PHP framework

06PHP

Since Dec 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/HawkBitPhp/hawkbit-doctrine)[ Packagist](https://packagist.org/packages/hawkbit/doctrine)[ RSS](/packages/hawkbit-doctrine/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Hawkbit Doctrine
================

[](#hawkbit-doctrine)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d651785926e5608c620f4ae1af6f2163ddbe5b01a25ddb264c707f2fdec4f134/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6861776b6269742f646f637472696e652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hawkbit/hawkbit-doctrine)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/90094f4befab9a7012a25a6049f535ce31911d4fc7b594d44b2c2a41f1f584fb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4861776b4269745068702f6861776b6269742d646f637472696e652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/HawkBitPhp/hawkbit-doctrine)[![Total Downloads](https://camo.githubusercontent.com/b029ad1da3d7d1013abed25a9746bfe81298a97372f9e18d29055596362cd039/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6861776b6269742f646f637472696e652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hawkbit/hawkbit-doctrine)[![Coverage Status](https://camo.githubusercontent.com/9039f7976d52c1c4fa9c355788d511c66c99f444273dd6d269cf3837318d9c04/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f4861776b4269745068702f6861776b6269742d646f637472696e652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/HawkBitPhp/hawkbit-doctrine)

Doctrine 2 ORM integration for Hawkbit PSR-7 Micro PHP framework.

Install
-------

[](#install)

### Using Composer

[](#using-composer)

Hawkbit Doctrine is available on [Packagist](https://packagist.org/packages/hawkbit/hawkbit-doctrine) and can be installed using [Composer](https://getcomposer.org/). This can be done by running the following command or by updating your `composer.json` file.

```
composer require hawkbit/doctrine
```

composer.json

```
{
    "require": {
        "hawkbit/doctrine": "~1.0"
    }
}
```

Be sure to also include your Composer autoload file in your project:

```
