romeoz / rock-response
HTTP response library
0.11.2
2015-11-13 06:37 UTC
Requires
- php: >=5.4.0
- romeoz/rock-events: 0.11.*
- romeoz/rock-request: 0.14.*
Requires (Dev)
- phpunit/phpunit: ^4.7.0
Suggests
- mibe/feedwriter: required for RssResponseFormatter
- tackk/cartographer: required for SitemapResponseFormatter
This package is not auto-updated.
Last update: 2026-03-01 02:38:22 UTC
README
Features
- Support many formatters:
- JSON
- XML
- RSS
- Sitemap
- HTML
- Standalone module/component for Rock Framework
Installation
From the Command Line:
composer require romeoz/rock-response
or in your composer.json:
{
"require": {
"romeoz/rock-response": "*"
}
}
Requirements
- PHP 5.4+
- For using
SitemapResponseFormatterrequired tackk/cartographer:composer require tackk/cartographer - For using
RssResponseFormatterrequired mibe/FeedWriter:composer require mibe/feedwriter
All unbolded dependencies is optional.
License
HTTP response is open-sourced software licensed under the MIT license.