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: 2025-02-07 02:37:35 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": "*"
}