Skip to content

denizozsen/a-orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a-orm

Another ORM Library for PHP

Features

  • Supports both PDO and Mysqli
  • Implements the ActiveRecord pattern
  • Very good code completion support (when using an IDE that parses PhpDoc annotations)
  • Fluent syntax
  • No external dependencies
  • Supports PHP versions 5.6 and up
  • Coming soon: Repository pattern (possibility to cut out persistence functionality from model classes and work with POPOs)
  • Coming soon: generate table from model class, and vice-versa

Installation

a-orm is in the early development stage, so you have to install the dev version.

$ composer require denizozsen/a-orm:@dev