PHPackages                             nanjingboy/clown - 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. nanjingboy/clown

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

nanjingboy/clown
================

Clown is a simple PHP ActiveRecord library for Mysql

v0.2.0(11y ago)027MITPHPPHP &gt;=5.4.0

Since Dec 25Pushed 11y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

### Clown:

[](#clown)

A simple PHP ActiveRecord library for Mysql.

### Getting Started:

[](#getting-started)

- Create composer.json file in root directory of your application:

```
{
    "require": {
        "php": ">=5.4.0",
        "nanjingboy/clown": "*"
    }
}
```

- Install it via [composer](https://getcomposer.org/doc/00-intro.md)
- Init the config in your bootstrap.php:

```
