2017 © Pedro Peláez
 

library controller

image

sebaks/controller

  • Monday, April 18, 2016
  • by sebaks
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,097 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 4 % Grown

The README.md

Build Status codecov.io, (*1)

MVC controller implementation

This is an implementation of MVC controller which is suitable for most tasks. It is next level of sebaks/crud., (*2)

Installation

Installation of sebaks/controller uses composer., (*3)

php composer.phar require sebaks/controller

or add to your composer.json, (*4)

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

Quick start

Almost all controllers have similar workflow:, (*5)

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

That solution provide this, (*6)

Go to sebaks/zend-mvc-controller to see controller implementation for Zend MVC., (*7)

The Versions

18/04 2016

dev-master

9999999-dev

  Sources   Download

The Requires

 

The Development Requires

by Avatar sebaks

18/04 2016

0.1.1

0.1.1.0

  Sources   Download

The Requires

 

The Development Requires

by Avatar sebaks

18/04 2016

0.1.2

0.1.2.0

  Sources   Download

The Requires

 

The Development Requires

by Avatar sebaks

09/03 2016

0.1.0

0.1.0.0

  Sources   Download

The Requires

 

The Development Requires

by Avatar sebaks

29/02 2016

0.0.2

0.0.2.0

  Sources   Download

The Requires

  • php >=5.5

 

The Development Requires

by Avatar sebaks

24/02 2016

0.0.1

0.0.1.0

  Sources   Download

The Requires

  • php >=5.5

 

by Avatar sebaks