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

0.1 2014-02-02 21:40 UTC

This package is not auto-updated.

Last update: 2022-03-19 02:26:39 UTC


README

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