PHPackages                             sergiors/lullaby - 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. sergiors/lullaby

ActiveLibrary

sergiors/lullaby
================

Configuration for Silex like Symfony

3.0.0(9y ago)4679MITPHPPHP &gt;=5.5

Since Jun 6Pushed 8y ago2 watchersCompare

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

READMEChangelogDependencies (13)Versions (8)Used By (0)

Lullaby
-------

[](#lullaby)

Lullaby is a layer on `Silex\Application`, it adds a better way to organize your project, like Symfony framework.

Install
-------

[](#install)

```
composer require sergiors/lullaby "dev-master"
```

How to use
----------

[](#how-to-use)

Something like this

```
namespace Acme\Acme\Apps\Fluffy;

use Sergiors\Lullaby\Application\Application;

class Fluffy extends Application
{
}
```

```
namespace Acme\Acme;

use Sergiors\Lullaby\Kernel;

class AppKernel extends Kernel
{
    public function registerApps()
    {
        return [
            new Fluffy()
        ];
    }

    public function registerProviders()
    {
        return [];
    }
}
```

In your index file

```
$env = 'dev';
$debug = false;
$rootDir = __DIR__;

$app = new Acme\Acme\AppKernel($env, $debug, $rootDir);
$app->run();
```

License
-------

[](#license)

MIT

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

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

Recently: every ~42 days

Total

7

Last Release

3455d ago

Major Versions

1.0.1 → 2.0.12016-06-13

1.x-dev → 2.1.02016-07-26

2.1.0 → 3.0.02016-12-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/75b67763139f7a8c96302299f5a40a386d565829af3061bb55465c8808d54428?d=identicon)[sergiors](/maintainers/sergiors)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/sergiors-lullaby/health.svg)

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

###  Alternatives

[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k172.9M1.8k](/packages/symfony-security-bundle)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)

PHPackages © 2026

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