cratia/orm-model

Model is a PHP object based in Active Record Pattern + Strategy Pattern and that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Dialect Query Language (DQL).

Maintainers

Package info

github.com/carlos-ratia/orm-model

pkg:composer/cratia/orm-model

Statistics

Installs: 1 949

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

0.2.2 2020-02-28 20:44 UTC

This package is auto-updated.

Last update: 2026-03-01 00:30:40 UTC


README

Model is a PHP object based in Active Record Pattern + Strategy Pattern and that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Dialect Query Language (DQL).