iagafonov/controller

controller

Installs: 131

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/iagafonov/controller

v0.0.6 2017-07-12 07:59 UTC

This package is not auto-updated.

Last update: 2025-09-28 08:43:35 UTC


README

Abstract controller

Latest Stable Version Build Status Coverage Status

Installation

The preferred way to install this extension is through composer.

composer require iagafonov/controller

Use

use IVAgafonov\Controller\AbstractController
use IVAgafonov\Controller\ControllerInterface

class MyController extends AbstractController implements ControllerInterface
{
    public function index()
    {
    
    }
}