charm/orm

Maps database tables to objects. Doesn't hide SQL.

0.0.7 2021-07-16 15:12 UTC

This package is auto-updated.

Last update: 2024-12-09 17:52:34 UTC


README

Charm\ORM is an extremely tiny ORM implementation.

Example model class

<?php

class User extends \Charm\ORM {



}