2017 © Pedro Peláez
 

library clown

Clown is a simple PHP ActiveRecord library for Mysql

image

nanjingboy/clown

Clown is a simple PHP ActiveRecord library for Mysql

  • Wednesday, May 13, 2015
  • by Tom
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Clown:

A simple PHP ActiveRecord library for Mysql., (*1)

Getting Started:

  • Create composer.json file in root directory of your application:
{
    "require": {
        "php": ">=5.4.0",
        "nanjingboy/clown": "*"
    }
}
  • Install it via composer, (*2)

  • Init the config in your bootstrap.php:, (*3)

<?php
require __DIR__ . '/vendor/autoload.php';
Clown\Config::instance()->init($configPath);
  • Get a config example from test, (*4)

  • Get api from wiki, (*5)

License:

MIT, (*6)

The Versions

13/05 2015

dev-master

9999999-dev https://github.com/nanjingboy/clown

Clown is a simple PHP ActiveRecord library for Mysql

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Tom Huang

mysql activerecord

13/05 2015

v0.2.0

0.2.0.0 https://github.com/nanjingboy/clown

Clown is a simple PHP ActiveRecord library for Mysql

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Tom Huang

mysql activerecord

25/12 2014

v0.1.0

0.1.0.0 https://github.com/nanjingboy/clown

Clown is a simple ActiveRecord library for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tom Huang

activerecord