2017 © Pedro Peláez
 

library dabase

Lightweight pseudo-ORM for PHP.

image

dabase/dabase

Lightweight pseudo-ORM for PHP.

  • Friday, January 9, 2015
  • by barbushin
  • Repository
  • 1 Watchers
  • 7 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 5 % Grown

The README.md

DaBase is a very flexible, simple and lightweight pseudo ORM for PHP., (*1)

Features

  • Support multiple DB connectors
    • PDO http://php.net/pdo
    • MySQLnd http://php.net/manual/book.mysql.php
    • MySQLi http://php.net/mysqli
    • PgSql http://php.net/pgsql
  • SQL builder with 8 types of smart placeholders for statements data binding & prepare
  • Easy to use and flexible Collections & Models class map
  • Flexible router for mapping $db->someTable->get() to collection class and table name
  • No need to specify DB schema and relations, just follow Router naming convention
  • Many to many, one to many, one to one relations support with smart appending interface
  • Model with built in validator and 12 pre-defined validation rules
  • Result cacher with auto clear mode
  • Minimalistic collections filters $db->users->age(27, '<')->isActive(true)->orderBy('age')->get()
  • Nested sets implemented interface

Documentation & Examples

See http://php-console.com/dabase, (*2)

Recommendations

The Versions

09/01 2015

dev-master

9999999-dev https://github.com/barbushin/dabase

Lightweight pseudo-ORM for PHP.

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

orm database php postgresql mysql

09/01 2015

2.3.8

2.3.8.0 https://github.com/barbushin/dabase

Lightweight pseudo-ORM for PHP.

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

orm database php postgresql mysql

07/01 2015

2.3.7

2.3.7.0 https://github.com/barbushin/dabase

Lightweight pseudo-ORM for PHP.

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

orm database php postgresql mysql

07/01 2015

2.3.5

2.3.5.0 https://github.com/barbushin/dabase

Lightweight pseudo-ORM for PHP.

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

orm database php postgresql mysql

07/01 2015

2.3.1

2.3.1.0 https://github.com/barbushin/dabase

Lightweight pseudo-ORM for PHP.

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

orm database php postgresql mysql

05/01 2015

2.0

2.0.0.0 https://github.com/barbushin/dabase

Lightweight pseudo-ORM for PHP.

  Sources   Download

LGPL

The Requires

  • php >=5.3.0

 

orm database php postgresql mysql