PHPackages                             divengine/orm - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. divengine/orm

ActiveLibrary[Database &amp; ORM](/categories/database)

divengine/orm
=============

Div PHP Object Relational Mapping

1.0.0(6y ago)12751GPL-3.0-or-laterPHPPHP &gt;=7.1.0

Since Sep 10Pushed 4mo agoCompare

[ Source](https://github.com/divengine/orm)[ Packagist](https://packagist.org/packages/divengine/orm)[ Docs](https://divengine.com/orm)[ RSS](/packages/divengine-orm/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Div PHP ORM
===========

[](#div-php-orm)

Div PHP ORM is a lightweight, class-based ORM that maps database rows to PHP objects using inheritance and reflection. It is designed for small projects where you want explicit mappings without a large framework.

Requirements
------------

[](#requirements)

- PHP 8.0 or higher
- ext-pdo, ext-json

Installation
------------

[](#installation)

```
composer require divengine/orm
```

Quick start
-----------

[](#quick-start)

```
