easymvc/model

PHP Class Model for the EasyMVC Framework

Maintainers

Package info

github.com/RudyMas/Emvc_Model

pkg:composer/easymvc/model

Statistics

Installs: 64

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.0.0 2022-04-06 20:27 UTC

This package is auto-updated.

Last update: 2026-03-07 05:10:17 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": "*"
}