PHPackages                             polus/adr - 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. polus/adr

ActiveLibrary[Framework](/categories/framework)

polus/adr
=========

base for my version of adr

5.0.0(5y ago)07.8k↓50%4MITPHPPHP &gt;=7.4.0

Since Apr 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/polusphp/adr)[ Packagist](https://packagist.org/packages/polus/adr)[ Docs](https://github.com/polusphp/adr)[ RSS](/packages/polus-adr/feed)WikiDiscussions 6.x Synced 1mo ago

READMEChangelogDependencies (11)Versions (18)Used By (4)

Polus.Adr
=========

[](#polusadr)

This is my implementation of [ADR](https://github.com/pmjones/adr)

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

[](#installation)

The preferred method of installing this library is with [Composer](https://getcomposer.org/) by running the following from your project root:

`$ composer require polus/adr`

You will also need to include an implementation of a router and a middleware-dispatcher

### Currently available routers

[](#currently-available-routers)

- [polus/aura-router](https://github.com/polusphp/aura-router) - [Aura.Router](https://github.com/auraphp/Aura.Router)
- [polus/fast-router](https://github.com/polusphp/fast-router) - [FastRoute](https://github.com/nikic/FastRoute)

### Currently available middleware dispatchers

[](#currently-available-middleware-dispatchers)

- [polus/ellipse-middleware-dispatcher](https://github.com/polusphp/ellipse-middleware-dispatcher) - [EllipsePHP](https://github.com/ellipsephp/)
- [polus/relay-middleware-dispatcher](https://github.com/polusphp/relay-middleware-dispatcher) - [RelayPHP](http://relayphp.com/2.x)

Old versions
------------

[](#old-versions)

See [polus/polus-adr](https://github.com/polusphp/polus-adr) for version 1 and 2

Example
-------

[](#example)

```
