laasti / peels
A HTTP message middleware stack (request to response) and a generic middleware stack (takes an input and generates an output).
v0.2.1
2016-04-22 13:21 UTC
Requires (Dev)
- laasti/application: dev-develop
- league/container: ~2.0.3
- zendframework/zend-diactoros: ~1.3.3
Suggests
- laasti/application: A framework using Peels in its core
This package is auto-updated.
Last update: 2024-10-20 23:28:19 UTC
README
A HTTP message middleware stack (request to response) and a generic middleware stack (takes an input and generates an output).
Installation
composer require laasti/peels
Usage
TODO
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
History
See CHANGELOG.md for more information.
Credits
Author: Sonia Marquette (@nebulousGirl)
License
Released under the MIT License. See LICENSE.txt file.