2017 © Pedro Peláez
 

library dispatcher

A route dispatching library.

image

air-php/dispatcher

A route dispatching library.

  • Thursday, December 10, 2015
  • by marklocker
  • Repository
  • 1 Watchers
  • 0 Stars
  • 797 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

Dispatcher

Build Status Scrutinizer Code Quality, (*1)

The dispatcher library includes classes for dispatching web application routes., (*2)

Installation

Installation via Composer is recommended., (*3)

"require": {
    "air-php/dispatcher": "dev-master"
}

Dispatcher

The dispatch() method of the Dispatcher class takes a ResolvedRequest (compatible with Air's ResolvedRequest interface) and dispatches it., (*4)

If present, the dispatcher will call a before() and after() method on the target controller, before and after it calls the controller's action. This provides two useful hooks for code execution in your application's controllers., (*5)

The Versions

10/12 2015

dev-master

9999999-dev

A route dispatching library.

  Sources   Download

The Requires

 

10/12 2015

v0.3.2

0.3.2.0

A route dispatching library.

  Sources   Download

The Requires

 

16/04 2015

0.3

0.3.0.0

A route dispatching library.

  Sources   Download

The Requires

 

25/03 2015

0.2

0.2.0.0

A route dispatching library.

  Sources   Download

The Requires

 

23/03 2015

0.1

0.1.0.0

A route dispatching library.

  Sources   Download

The Requires