PHPackages                             wernerdweight/dobee - 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. wernerdweight/dobee

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

wernerdweight/dobee
===================

PHP utility for handling your application's model

v0.5.6(8y ago)1220MITPHPPHP &gt;=5.6.0

Since Sep 17Pushed 8y ago2 watchersCompare

[ Source](https://github.com/wernerdweight/Dobee)[ Packagist](https://packagist.org/packages/wernerdweight/dobee)[ Docs](https://github.com/wernerdweight/Dobee)[ RSS](/packages/wernerdweight-dobee/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (19)Used By (0)

Werner Dweight's Dobee
======================

[](#werner-dweights-dobee)

**Warning:**

> This utility IS STILL UNDER DEVELOPMENT and though it may work in a way quite a lot of code is still missing! Usage of this utility is discouraged until the version 1.0 is released!

This utility provides lightweight solution for handling your app model - all you create is a YAML configuration file of your model and Dobee will do the rest (create database, generate php classes for your entites and let you query for them, it can also handle updates to your model and basic inheritance). It is not recommended to use Dobee for huge projects as you would likely reach the limits.

Installation
------------

[](#installation)

1. Download using composer

```
	{
	    "require": {
	        "wernerdweight/dobee": "~0.5"
	    }
	}
```

2. Initialize Dobee in your project

```
