PHPackages                             robertwesner/simple-mvc-php-demo-bundle - 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. robertwesner/simple-mvc-php-demo-bundle

ActiveLibrary[Framework](/categories/framework)

robertwesner/simple-mvc-php-demo-bundle
=======================================

v1.0.1(1y ago)012MITPHPPHP &gt;=8.4

Since Jun 4Pushed 1y agoCompare

[ Source](https://github.com/RobertWesner/simple-mvc-php-demo-bundle)[ Packagist](https://packagist.org/packages/robertwesner/simple-mvc-php-demo-bundle)[ RSS](/packages/robertwesner-simple-mvc-php-demo-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Simple Bundle for simple-mvc-php
=================================

[](#simple-bundle-for-simple-mvc-php)

[![](https://camo.githubusercontent.com/082294f662e49e46c2f7278b1f4d0f6d045de3cb63c5bca11431104529bcb0d5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f526f626572745765736e65722f73696d706c652d6d76632d7068702d64656d6f2d62756e646c65)](https://camo.githubusercontent.com/082294f662e49e46c2f7278b1f4d0f6d045de3cb63c5bca11431104529bcb0d5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f526f626572745765736e65722f73696d706c652d6d76632d7068702d64656d6f2d62756e646c65)[![License: MIT](https://camo.githubusercontent.com/0bebd114ffbe6313dbb8d0465ee146ba334136da6f66e470de2c949da691776a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f526f626572745765736e65722f73696d706c652d6d76632d7068702d64656d6f2d62756e646c65)](../../raw/main/LICENSE.txt)

Small demo bundle that covers custom container configurations.

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

[](#installation)

Add this package via composer.

```
composer require robertwesner/simple-mvc-php-demo-bundle
```

Then include the bundle in your `$PROJECT_ROOT$/configurations/bundles.php`.

```
use RobertWesner\SimpleMvcPhpDemoBundle\DemoBundle;
use RobertWesner\SimpleMvcPhpDemoBundle\DemoBundleConfiguration;

Configuration::BUNDLES
    ::load(
        DemoBundle::class,
        new DemoBundleConfiguration(
            greeting: 'Hello',
        ),
    );
```

Usage
-----

[](#usage)

`DemoInterface` can now be autowired from the container.

```
use RobertWesner\SimpleMvcPhpDemoBundle\Demo\DemoInterface;

final readonly class GreetingService
{
    public function __construct(
        private DemoInterface $demo,
    ) {}

    public function doGreet(): void
    {
        print $this->demo->greetWorld();
    }
}
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance47

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

Total

2

Last Release

391d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/155840994?v=4)[Robert Wesner](/maintainers/RobertWesner)[@RobertWesner](https://github.com/RobertWesner)

---

Top Contributors

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

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/robertwesner-simple-mvc-php-demo-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/robertwesner-simple-mvc-php-demo-bundle/health.svg)](https://phpackages.com/packages/robertwesner-simple-mvc-php-demo-bundle)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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