easymvc/repository

PHP Class Repository for the EasyMVC Framework

Installs: 116

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/easymvc/repository

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": "*"
}