Search by

easymvc / model

rudymas

PHP Class Model for the EasyMVC Framework

1.1.0.0 2022-04-06 20:27 UTC

This package is auto-updated.

Last update: 2026-09-07 06:24:00 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": "*"
}