easymvc/controller

PHP Class Controller for the EasyMVC Framework

1.5.6.1 2022-04-06 20:38 UTC

This package is auto-updated.

Last update: 2024-04-07 01:00:53 UTC


README

This is the Class Controller which is used by EasyMVC.

Installation

Install the package using composer.

composer require easymvc/controller

or by editing composer.json yourself and adding:

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