Search by

charm / orm

frodeborli

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: 2026-09-09 21:30:38 UTC


README

Charm\ORM is an extremely tiny ORM implementation.

Example model class

<?php

class User extends \Charm\ORM {



}