PHPackages                             hawkbit/database - 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/database

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

hawkbit/database
================

Object orientated database handling

1.0.2(9y ago)126[1 issues](https://github.com/HawkBitPhp/hawkbit-database/issues)MITPHPPHP &gt;=5.5.0

Since Dec 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/HawkBitPhp/hawkbit-database)[ Packagist](https://packagist.org/packages/hawkbit/database)[ Docs](https://github.com/HawkBitPhP)[ RSS](/packages/hawkbit-database/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Hawkbit Database
================

[](#hawkbit-database)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2a5d7174aeadfee17528e333f7c77cb94f2d85fba3d84a6fc3c8f09c37983483/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6861776b6269742f64617461626173652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hawkbit/hawkbit-database)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/eb507a408bc9e48dcd0aefd994050a7da2cf174052d566a09c5add14060d6df9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4861776b4269745068702f6861776b6269742d64617461626173652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/HawkBitPhp/database)[![Total Downloads](https://camo.githubusercontent.com/956640d6a24ae83d5779f68ee07218ee2f77cf678202ae2bc23707d39cd174be/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6861776b6269742f64617461626173652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hawkbit/hawkbit-database)[![Coverage Status](https://camo.githubusercontent.com/381e16e2c8f279a35de6800ee45656ca9a45fa135fe76d2590b63eff8c364b69/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f4861776b4269745068702f6861776b6269742d64617461626173652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/HawkBitPhp/hawkbit-database)

Object orientated database handling with POPO's, unit of work, identity map and data mapper.

Install
-------

[](#install)

### Using Composer

[](#using-composer)

Hawkbit Database is available on [Packagist](https://packagist.org/packages/hawkbit/hawkbit-database) 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/database
```

composer.json

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

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

```
