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

ActiveProject[Framework](/categories/framework)

n1215/simple-adr
================

A PSR-15 / PSR-17 compatible simple Action-Domain-Responder pattern example.

v0.4.0(6y ago)7172MITPHPPHP ^7.2CI failing

Since Jun 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/n1215/simple-adr)[ Packagist](https://packagist.org/packages/n1215/simple-adr)[ Docs](https://github.com/n1215/simple-adr)[ RSS](/packages/n1215-simple-adr/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (6)Versions (5)Used By (0)

SimpleAdr
=========

[](#simpleadr)

[![Latest Stable Version](https://camo.githubusercontent.com/2e443b02f58859577dbb36af8c73bd2b90292b6a7e90b90ee061680f86c4d605/68747470733a2f2f706f7365722e707567782e6f72672f6e313231352f73696d706c652d6164722f762f737461626c65)](https://packagist.org/packages/n1215/simple-adr)[![License](https://camo.githubusercontent.com/7d7e19e4803aa69b2ad599b110239a05715416d962feccc2220fbeb682ab3cc4/68747470733a2f2f706f7365722e707567782e6f72672f6e313231352f73696d706c652d6164722f6c6963656e7365)](https://packagist.org/packages/n1215/simple-adr)[![Build Status](https://camo.githubusercontent.com/e6bec47c4907cef6bc0e22044b53148b07f3c786a926ca833f4f75ee64930426/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e313231352f73696d706c652d6164722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/n1215/simple-adr/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/7048f4002a15356e20ab48a0acbf47d334e9bd5ec74524bef60e6ab6d0506b8f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e313231352f73696d706c652d6164722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/n1215/simple-adr/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ae676191925abb76f4231166970b01a49a9cc9cf4d304cce69b235459f3fbf0c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e313231352f73696d706c652d6164722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/n1215/simple-adr/?branch=master)

A dead simple [Action-Domain-Responder pattern](https://github.com/pmjones/adr) example with no framework. Compatible with [PSR-15 HTTP Server Request Handlers](https://www.php-fig.org/psr/psr-15/) and [PSR-17 HTTP Factories](https://www.php-fig.org/psr/psr-17/).

Usage
=====

[](#usage)

Install
-------

[](#install)

```
composer create-project n1215/simple-adr

```

Start server
------------

[](#start-server)

```
cd simple-adr
php -S localhost:8000 -t public

```

and access

-
-
-

Directory structure
-------------------

[](#directory-structure)

- entry point: [public/index.php](public/index.php)
- Action: [\\N1215\\SimpleAdr\\Action\\UserShowAction](src/Action/UserShowAction.php)
- Domain: [\\N1215\\SimpleAdr\\Domain\\UserShowUseCase](src/Domain/UserShowUseCase.php)
- Responder: [\\N1215\\SimpleAdr\\Responder\\UserShowJsonResponder](src/Responder/UserShowJsonResponder.php)

License
=======

[](#license)

The MIT License (MIT). Please see [LICENSE](LICENSE) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~314 days

Total

4

Last Release

2362d ago

PHP version history (2 changes)v0.1.0PHP &gt;=7.1.0

v0.4.0PHP ^7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2157593?v=4)[n1215](/maintainers/n1215)[@n1215](https://github.com/n1215)

---

Top Contributors

[![n1215](https://avatars.githubusercontent.com/u/2157593?v=4)](https://github.com/n1215 "n1215 (11 commits)")

---

Tags

action-domain-responderadrpsr-15psr-17psr-7psr-15adraction domain responder

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/n1215-simple-adr/health.svg)

```
[![Health](https://phpackages.com/badges/n1215-simple-adr/health.svg)](https://phpackages.com/packages/n1215-simple-adr)
```

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k19.1M1.7k](/packages/cakephp-cakephp)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[cakephp/authentication

Authentication plugin for CakePHP

1143.9M95](/packages/cakephp-authentication)[typo3/cms-core

TYPO3 CMS Core

3312.9M4.8k](/packages/typo3-cms-core)[windwalker/framework

The next generation PHP framework.

25640.0k1](/packages/windwalker-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
