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-04-09 16:23:54 UTC


README

Charm\ORM is an extremely tiny ORM implementation.

Example model class

<?php

class User extends \Charm\ORM {



}