easymvc/model

PHP Class Model for the EasyMVC Framework

1.1.0.0 2022-04-06 20:27 UTC

This package is auto-updated.

Last update: 2024-04-07 01:00:51 UTC


README

This is the Class Model which is used by EasyMVC.

Installation

Install the package using composer.

composer require easymvc/model

or by editing composer.json yourself and adding:

"require": {
    "easymvc/model": "*"
}