PHPackages                             harbor/action-responder - 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. harbor/action-responder

ActiveLibrary

harbor/action-responder
=======================

A Responder implementation for the ADR pattern.

27PHP

Since May 15Pushed 11y agoCompare

[ Source](https://github.com/harborphp/action-responder)[ Packagist](https://packagist.org/packages/harbor/action-responder)[ RSS](/packages/harbor-action-responder/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ActionResponder
===============

[](#actionresponder)

Provides implementations of the Action and Responder layers of the [ADR Pattern](https://github.com/pmjones/mvc-refinement/).

These are base classes, intended to be extended (in most situations).

**Note: The Domain Layer of ADR is out of the scope of this package.**

Action Example
--------------

[](#action-example)

This example uses a `JsonAction` which uses a `JsonResponder`.

```
