PHPackages                             delboy1978uk/bone-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. [Framework](/categories/framework)
4. /
5. delboy1978uk/bone-controller

ActiveLibrary[Framework](/categories/framework)

delboy1978uk/bone-controller
============================

Controller package for Bone Framework

v1.7.7(3mo ago)01.6k—0%[1 issues](https://github.com/delboy1978uk/bone-controller/issues)2MITPHPPHP ^8.2CI passing

Since Mar 2Pushed 3mo agoCompare

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

READMEChangelogDependencies (14)Versions (25)Used By (2)

bone-controller
===============

[](#bone-controller)

[![Latest Stable Version](https://camo.githubusercontent.com/6b51f9bfe334fe7875c7d8245edba270d6b613fbfe4cb23b58c0dab966a4b9f4/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652d636f6e74726f6c6c65722f762f737461626c65)](https://packagist.org/packages/delboy1978uk/bone-controller) [![Total Downloads](https://camo.githubusercontent.com/27ea7507b6d99dc9c8663394a1729d7cfcf17d9c3deca4b6d3fb9fd04c058493/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652f646f776e6c6f616473)](https://packagist.org/packages/delboy1978uk/bone) [![Latest Unstable Version](https://camo.githubusercontent.com/a78ed32d70236e9bf2ac3a1aa899a2478605f92cb023d24dcc65baa2ff76cc4d/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652d636f6e74726f6c6c65722f762f756e737461626c65)](https://packagist.org/packages/delboy1978uk/bone-controller) [![License](https://camo.githubusercontent.com/8a680ae4af0fc30654a837b7fd0fdfaffc89c93b28b01e0bf060bf13a53d6380/68747470733a2f2f706f7365722e707567782e6f72672f64656c626f7931393738756b2f626f6e652d636f6e74726f6c6c65722f6c6963656e7365)](https://packagist.org/packages/delboy1978uk/bone-controller)
[![build status](https://github.com/delboy1978uk/bone-controller/actions/workflows/master.yml/badge.svg)](https://github.com/delboy1978uk/bone-controller/actions/workflows/master.yml/badge.svg) [![Code Coverage](https://camo.githubusercontent.com/ebebb674b00f9b0cf6426a4875418022a3e5bcf8b8c6109d91b991af75d18d20/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64656c626f7931393738756b2f626f6e652d636f6e74726f6c6c65722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/delboy1978uk/bone-controller/?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/c79e5bbf4e815a68cac0c59a8c5001b95e65b2280e9e1c52ba5795f8af481063/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64656c626f7931393738756b2f626f6e652d636f6e74726f6c6c65722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/delboy1978uk/bone-controller/?branch=master)

Controller package for Bone Framework

installation
------------

[](#installation)

bone-controller is part of the core functionality of `delboy1978uk/bone`, and as such will already be installed in your app.

usage
-----

[](#usage)

The `Bone\Controller\Controller` comes with a serializer, view engine, translator, and site config info. Just extend it in your own class to get these features, and in your package registration class, pass it through `Bone\Controller\Init`:

```
$controller = new YourController();

return Init::controller($controller, $c); // where $c is the container
```

The `Init` class is a convenience class which checks for the following, and populates from the DI container.

FeatureInterfaceTraitEntity ManagerBone\\BoneDoctrine\\Traits\\EntityManagerAwareInterfaceBone\\BoneDoctrine\\Traits\\HasEntityManagerTraiti18nBone\\I18n\\I18nAwareInterfaceBone\\I18n\\Traits\\HasTranslatorTraitLoggerBone\\Log\\Traits\\HasLoggerTraitBone\\Log\\Traits\\HasLoggerTraitPDO ConnectionBone\\Db\\DbProviderInterfaceBone\\Db\\HasDbTraitSerializerBone\\Controller\\SerializerAwareInterfaceBone\\Controller\\Traits\\HasSerializerSessionBone\\Server\\SessionAwareInterfaceBone\\Server\\Traits\\HasSessionTraitSite ConfigBone\\Server\\SiteConfigAwareInterfaceBone\\Server\\Traits\\HasSiteConfigTraitViewBone\\View\\ViewAwareInterfaceBone\\View\\Traits\\HasViewTraitIn your own controller, implement the Interface and use the Trait:

```
use Bone\BoneDoctrine\EntityManagerAwareInterface;
use Bone\BoneDoctrine\Traits\HasEntityManagerTrait;

class MyController implements EntityManagerAwareInterface
{
    use HasEntityManagerTrait;
}
```

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance86

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity78

Established project with proven stability

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

Recently: every ~15 days

Total

23

Last Release

99d ago

PHP version history (2 changes)v1.1.0PHP &gt;7.2

v1.6.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/f20859ab2082170605b5961bb1f12493b087b08b7efa3ab0087ddbe0c9e0a94c?d=identicon)[delboy1978uk](/maintainers/delboy1978uk)

---

Top Contributors

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

---

Tags

bone-frameworkphp-framework

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M16.9k](/packages/laravel-framework)[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)

PHPackages © 2026

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