2017 © Pedro Peláez
 

library directions

A HTTP message router using nikic's FastRoute.

image

laasti/directions

A HTTP message router using nikic's FastRoute.

  • Tuesday, November 15, 2016
  • by nebulousGirl
  • Repository
  • 1 Watchers
  • 0 Stars
  • 114 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 4 Open issues
  • 9 Versions
  • 9 % Grown

The README.md

Laasti/Directions

A HTTP message router using nikic's FastRoute, (*1)

Features

  • Use any callable as a controller, or use a Interop container value
  • Use strategies to change how your routes are handled
  • Add middlewares (callables) to your routes if your strategy supports it (requires laasti/peels)
  • Personalize routes with attributes to help passing parameters to your controllers. Attributes are automatically distributes to the request's attributes

Todo

  • Add your own parsing formats ie hex

Installation

composer require laasti/directions

Usage

TODO, (*2)

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

See Github's releases, (*3)

Credits

Author: Sonia Marquette (@nebulousGirl), (*4)

License

Released under the MIT License. See LICENSE.txt file., (*5)

The Versions

20/02 2016