PHPackages                             front-interop/impl - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. front-interop/impl

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

front-interop/impl
==================

1.x-dev(3mo ago)00MITPHPPHP &gt;=8.4CI passing

Since Feb 4Pushed 3mo agoCompare

[ Source](https://github.com/front-interop/impl)[ Packagist](https://packagist.org/packages/front-interop/impl)[ Docs](https://github.com/front-interop/impl/)[ RSS](/packages/front-interop-impl/feed)WikiDiscussions 1.x Synced 1mo ago

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

Front-Interop Implementation
============================

[](#front-interop-implementation)

[![PDS Skeleton](https://camo.githubusercontent.com/50d01a5094afcc3a827c3cadaec43d23b2a256cb249f5fdd6e5ffdb53ea7971c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7064732d736b656c65746f6e2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/php-pds/skeleton)[![PDS Composer Script Names](https://camo.githubusercontent.com/0c17df07fd0a51ad878f1de0d4c17ea8e460f2e96ce796c8cd58e6c96ed9c08d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7064732d636f6d706f7365722d2d7363726970742d2d6e616d65732d626c75653f7374796c653d666c61742d737175617265)](https://github.com/php-pds/composer-script-names)

This package include three reference implementations for Front-Interop:

- *ConsoleFrontController*
- *RequestFrontController*
- *FrankenFrontController*

These are intentionally naive to showcase the front controller functionality itself. Real front controllers would be obtained from an IOC container, and would include a request/response system, a router/dispatch system, a robust error handler system, and so on.

*ConsoleFrontController*
------------------------

[](#consolefrontcontroller)

This is a typical command-line console front controller.

To run it, issue the following command at the package root:

```
php bin/hello.php World

```

*RequestFrontController*
------------------------

[](#requestfrontcontroller)

This is a typical HTTP front controller.

To run it, issue `composer hello` at the package root, then visit the following link:

*FrankenFrontController*
------------------------

[](#frankenfrontcontroller)

This is a specialized front controller for FrankenPHP that points workers to a *RequestFrontController*.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance80

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

104d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25754?v=4)[Paul M. Jones](/maintainers/pmjones)[@pmjones](https://github.com/pmjones)

---

Top Contributors

[![pmjones](https://avatars.githubusercontent.com/u/25754?v=4)](https://github.com/pmjones "pmjones (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/front-interop-impl/health.svg)

```
[![Health](https://phpackages.com/badges/front-interop-impl/health.svg)](https://phpackages.com/packages/front-interop-impl)
```

PHPackages © 2026

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