easymvc/model

PHP Class Model for the EasyMVC Framework

Installs: 64

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/easymvc/model

1.1.0.0 2022-04-06 20:27 UTC

This package is auto-updated.

Last update: 2025-10-07 04:09:14 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": "*"
}