cagataygurturk/tinyorm

TinyORM is a small DBAL and ORM library written in PHP.


Keywords
orm, dbal
License
BSD-3-Clause

Documentation

TinyORM

TinyORM is a small DBAL and ORM library written in PHP and used in İTÜ Sözlük.

It's DataBase Access Layer is written using PDO. It includes different fetch modes and cached resultsets.

ORM layer supports basic CRUD operations but for now it does not include relationships between objects.

Build Status