easymvc/repository

PHP Class Repository for the EasyMVC Framework

8.1.0.0 2022-11-26 10:08 UTC

README

This is the Class Repository which is used by EasyMVC.

Installation

Install the package using composer.

composer require easymvc/repository

or by editing composer.json yourself and adding:

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