2017 © Pedro Peláez
 

framework medoo

The Lightest PHP database framework to accelerate development

image

lmz/medoo

The Lightest PHP database framework to accelerate development

  • Friday, September 25, 2015
  • by liumingzhij26
  • Repository
  • 1 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 954 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

, (*1)

Medoo

The Lightest PHP database framework to accelerate development, (*2)

Main Features

  • Lightweight - Only 20KB with one file., (*3)

  • Easy - Extremely easy to learn and use, friendly construction., (*4)

  • Powerful - Support various common and complex SQL queries., (*5)

  • Compatible - Support various SQL database, including MySQL, MSSQL, SQLite, MariaDB, Sybase, Oracle, PostgreSQL and more., (*6)

  • Security - Prevent SQL injection., (*7)

  • Free - Under MIT license, you can use it anywhere if you want., (*8)

Get Started

// Include Medoo

// Initialize
$database = new \lmz\medoo\medoo([
    'database_type' => 'mysql',
    'database_name' => 'name',
    'server' => 'localhost',
    'username' => 'your_username',
    'password' => 'your_password',
    'charset' => 'utf8'
]);

// Enjoy
$database->insert('account', [
    'user_name' => 'foo'
    'email' => 'foo@bar.com',
    'age' => 25,
    'lang' => ['en', 'fr', 'jp', 'cn']
]);

// Or initialize from file and then
$database = new medoo();

Contribution Guides

For most of time, Medoo is using develop branch for adding feature and fixing bug, and the branch will be merged into master branch while releasing a public version. For contribution, submit your code to the develop branch, and start a pull request into it., (*9)

On develop branch, each commits are started with [fix], [feature] or [update] tag to indicate the change., (*10)

Keep it simple and keep it clear., (*11)

License

Medoo is under the MIT License., (*12)

The Versions

25/09 2015

dev-master

9999999-dev http://medoo.in

The Lightest PHP database framework to accelerate development

  Sources   Download

MIT

The Requires

  • ext-pdo *
  • php >=5.3

 

by Angel Lai

database sql lightweight mssql mysql sqlite php framework

25/03 2015

v0.9.9

0.9.9.0 http://medoo.in

The Lightest PHP database framework to accelerate development

  Sources   Download

MIT

The Requires

  • php >=5.1
  • ext-pdo *

 

by Angel Lai

database sql lightweight mssql mysql sqlite php framework

21/02 2015

dev-develop

dev-develop http://medoo.in

The Lightest PHP database framework to accelerate development

  Sources   Download

MIT

The Requires

  • php >=5.1
  • ext-pdo *

 

by Angel Lai

database sql lightweight mssql mysql sqlite php framework

11/02 2015

v0.9.8

0.9.8.0 http://medoo.in

The Lightest PHP database framework to accelerate development

  Sources   Download

MIT

The Requires

  • php >=5.1
  • ext-pdo *

 

by Angel Lai

database sql lightweight mssql mysql sqlite php framework

04/12 2014

v0.9.7

0.9.7.0 http://medoo.in

The Lightest PHP database framework to accelerate development

  Sources   Download

MIT

The Requires

  • php >=5.1
  • ext-pdo *

 

by Angel Lai

database sql lightweight mssql mysql sqlite php framework

15/08 2014

v0.9.6.2

0.9.6.2 http://medoo.in

The Lightest PHP database framework to accelerate development

  Sources   Download

MIT

The Requires

  • php >=5.1
  • ext-pdo *

 

by Angel Lai

database sql mssql mysql sqlite

08/06 2014

v0.9.6

0.9.6.0 http://medoo.in

The Lightest PHP database framework to accelerate development

  Sources   Download

MIT

The Requires

  • php >=5.1
  • ext-pdo *

 

by Angel Lai

database sql mssql mysql sqlite

28/04 2014

v0.9.5.3

0.9.5.3 http://medoo.in

The Lightest PHP database framework to accelerate development

  Sources   Download

MIT

The Requires

  • php >=5.1
  • ext-pdo *

 

by Angel Lai

database sql mssql mysql sqlite