Skip to content

andriybohdan/php-popo-lite-orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-popo-lite-orm

A straightforward ORM for MySQL coded in PHP.

Supported featured:

  • working with POPO objects (plain old PHP object) with minimal setup
  • validation of object fields and custom validation
  • behaviors and events to extend functionality. 2 behaviors already available: AutoIncrementBehavior, TimestampBehavior
  • pagination supported
  • still can use plain SQL to create complex queries

Samples

Please check sample.php and classes in lib/models for samples of use. Check ObjectORM for available calls and parameters.

About

An easy to use lightweight ORM for MySQL based on POPO concept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages