PHPackages                             sebaks/controller - 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. sebaks/controller

ActiveLibrary

sebaks/controller
=================

0.1.2(10y ago)01.3k12PHPPHP &gt;=5.5

Since Feb 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/sebaks/controller)[ Packagist](https://packagist.org/packages/sebaks/controller)[ RSS](/packages/sebaks-controller/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (6)Used By (2)

[![Build Status](https://camo.githubusercontent.com/ded19dcff44f2d89e95a964f6a15bca09d541a134bf9ac5d158e6e59a51440c0/68747470733a2f2f7472617669732d63692e6f72672f736562616b732f636f6e74726f6c6c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sebaks/controller)[![codecov.io](https://camo.githubusercontent.com/784a1af00d84256410dff4252f6e688babffba05329bbdee8c44450751fd6582/687474703a2f2f636f6465636f762e696f2f6769746875622f736562616b732f636f6e74726f6c6c65722f636f7665726167652e7376673f6272616e63683d6d6173746572)](http://codecov.io/github/sebaks/controller?branch=master)

\#MVC controller implementation

This is an implementation of MVC controller which is suitable for most tasks. It is next level of [sebaks/crud](https://github.com/sebaks/crud).

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

[](#installation)

Installation of sebaks/controller uses composer.

```
php composer.phar require sebaks/controller
```

or add to your composer.json

```
"require": {
  "sebaks/controller": "^0.0.1"
}
```

Quick start
-----------

[](#quick-start)

Almost all controllers have similar workflow:

- Validate request
- Validate data
- Run Domain service
- Build response

That solution provide this

Go to [sebaks/zend-mvc-controller](https://github.com/sebaks/zend-mvc-controller) to see controller implementation for Zend MVC.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.9% 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 ~13 days

Total

5

Last Release

3673d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6eced3c54438bdccdc48759c7abfbbc56e1244d4f81d78bdb4bd185aeb417a96?d=identicon)[sebaks](/maintainers/sebaks)

---

Top Contributors

[![sebaks](https://avatars.githubusercontent.com/u/9897880?v=4)](https://github.com/sebaks "sebaks (17 commits)")[![maxgu](https://avatars.githubusercontent.com/u/208688?v=4)](https://github.com/maxgu "maxgu (6 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/sebaks-controller/health.svg)

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

PHPackages © 2026

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