Download the PHP package laasti/response without Composer
On this page you can find all versions of the php package laasti/response. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laasti/response
More information about laasti/response
Files in laasti/response
Download laasti/response
More information about laasti/response
Files in laasti/response
Vendor laasti
Package response
Short Description A view response for symfony/http-foundation to use with template engines.
License MIT
Package response
Short Description A view response for symfony/http-foundation to use with template engines.
License MIT
Please rate this library. Is it a good library?
Informations about the package response
Laasti/Response
A view response for symfony/http-foundation to use with template engines.
Waiting for concrete PSR-7 implementations before moving from Symfony.
Installation
Usage
The responder offers multiple types of responses:
- Raw: Uses content as is
- View: Uses a template engine to render content
- Json: Uses the viewdata as JSON content
- Redirect: Redirects
- Download: Uses the content of a file and force download
- Stream: Uses a callback to stream content when it is outputted
Currently, the package offers only a PlainPHP template engine. But, others will be added in the future, suggestions and pull requests are welcomed.
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.
All versions of response with dependencies
PHP Build Version
Package Version
Requires
symfony/http-foundation Version
~2.7
The package laasti/response contains the following files
Loading the files please wait ....