Skip to content

sebaks/controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov.io

#MVC controller implementation

This is an implementation of MVC controller which is suitable for most tasks. It is next level of sebaks/crud.

Installation

Installation of sebaks/controller uses composer.

php composer.phar require sebaks/controller

or add to your composer.json

"require": {
  "sebaks/controller": "^0.0.1"
}

Quick start

Almost all controllers have similar workflow:

  • Validate request
  • Validate data
  • Run Domain service
  • Build response

That solution provide this

Go to sebaks/zend-mvc-controller to see controller implementation for Zend MVC.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages