PHPackages                             zerifas/supermodel - 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. zerifas/supermodel

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

zerifas/supermodel
==================

A simple model library for PHP.

3.0.0(3y ago)068[2 PRs](https://github.com/Drarok/supermodel/pulls)Apache-2.0PHPPHP &gt;=8.0

Since Jul 22Pushed 10mo agoCompare

[ Source](https://github.com/Drarok/supermodel)[ Packagist](https://packagist.org/packages/zerifas/supermodel)[ RSS](/packages/zerifas-supermodel/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (18)Used By (0)

Supermodel [![Build Status](https://github.com/Drarok/supermodel/actions/workflows/php.yml/badge.svg)](https://github.com/Drarok/supermodel/actions/workflows/php.yml) [![Coverage Status](https://camo.githubusercontent.com/077657f4b0bbbba01754b3e388aa302bc5dc4e577fe6ada1337e3b58dcbcbd58/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f447261726f6b2f73757065726d6f64656c2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Drarok/supermodel?branch=master)
====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#supermodel--)

Supermodel is a super-simple model library for PHP &gt;= 8.0.

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

[](#installation)

```
composer require 'zerifas/supermodel'

```

Usage
-----

[](#usage)

`…/PostModel.php`:

```
