PHPackages                             sobored/mezzio-rest-helpers - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. sobored/mezzio-rest-helpers

ActiveLibrary[Framework](/categories/framework)

sobored/mezzio-rest-helpers
===========================

Helper classes for building RESTful handlers in Mezzio

v1.0.1(3y ago)020BSD-3-ClausePHPPHP ^7.3 || ~8.0.0 || ~8.1.0

Since Oct 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jbh/mezzio-rest-helpers)[ Packagist](https://packagist.org/packages/sobored/mezzio-rest-helpers)[ RSS](/packages/sobored-mezzio-rest-helpers/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Helpers for building RESTful handlers in Mezzio
===============================================

[](#helpers-for-building-restful-handlers-in-mezzio)

Helpers and routes to help build a RESTful &amp; HAL-compliant API in [Mezzio](https://github.com/mezzio/mezzio).

Installation
------------

[](#installation)

Install this library using composer:

```
$ composer require sobored/mezzio-rest-helpers

```

RestDispatchTrait
-----------------

[](#restdispatchtrait)

Use this trait for an easy way to create RESTful responses:

```
