PHPackages                             junker/controller-service-provider - 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. junker/controller-service-provider

ActiveLibrary

junker/controller-service-provider
==================================

Controller Service Provider for Silex

0.3.0(5y ago)150MITPHP

Since May 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Junker/ControllerServiceProvider)[ Packagist](https://packagist.org/packages/junker/controller-service-provider)[ RSS](/packages/junker-controller-service-provider/feed)WikiDiscussions master Synced 2mo ago

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

ControllerServiceProvider
=========================

[](#controllerserviceprovider)

Controller Service Provider for Silex

Requirements
------------

[](#requirements)

silex 2.x

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

[](#installation)

The best way to install ControllerServiceProvider is to use a [Composer](https://getcomposer.org/download):

```
php composer.phar require junker/controller-service-provider

```

Examples
--------

[](#examples)

```
use Junker\Silex\Provider\ControllerServiceProvider;

$app->register(new ControllerServiceProvider());

$app->get('/', 'AppController::index');
```

Controller example:

```
use Junker\Silex\Controller;

class AppController extends Controller
{

	public function index()
	{
		$app = $this->app;
		$request = $this->request;

		return 'hello';
	}

}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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 ~742 days

Total

3

Last Release

2156d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1144095?v=4)[Dmitry Kosenkov](/maintainers/Junker)[@Junker](https://github.com/Junker)

---

Top Contributors

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

---

Tags

mvccontrollersilex

### Embed Badge

![Health badge](/badges/junker-controller-service-provider/health.svg)

```
[![Health](https://phpackages.com/badges/junker-controller-service-provider/health.svg)](https://phpackages.com/packages/junker-controller-service-provider)
```

###  Alternatives

[aplus/mvc

Aplus Framework MVC Library

2601.6M3](/packages/aplus-mvc)[martynbiz/slim3-controller

Provides controller functionality to Slim Framework v3. Also includes PHPUnit TestCase for testing controllers.

2814.4k1](/packages/martynbiz-slim3-controller)

PHPackages © 2026

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