nanjingboy / clown
Clown is a simple PHP ActiveRecord library for Mysql
v0.2.0
2015-05-13 10:18 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2026-02-28 22:53:14 UTC
README
Clown:
A simple PHP ActiveRecord library for Mysql.
Getting Started:
- Create composer.json file in root directory of your application:
{
"require": {
"php": ">=5.4.0",
"nanjingboy/clown": "*"
}
}
-
Install it via composer
-
Init the config in your bootstrap.php:
<?php require __DIR__ . '/vendor/autoload.php'; Clown\Config::instance()->init($configPath);
License:
MIT