romeoz/rock-response

HTTP response library

0.11.2 2015-11-13 06:37 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:39:27 UTC


README

Latest Stable Version Total Downloads Build Status HHVM Status Coverage Status License

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 SitemapResponseFormatter required tackk/cartographer: composer require tackk/cartographer
  • For using RssResponseFormatter required mibe/FeedWriter: composer require mibe/feedwriter

All unbolded dependencies is optional.

License

HTTP response is open-sourced software licensed under the MIT license.