denizozsen/a-orm

Another ORM Library for PHP

dev-master 2017-06-30 08:23 UTC

This package is not auto-updated.

Last update: 2024-06-03 04:42:39 UTC


README

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