PHPackages                             vonalbert/silext - 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. vonalbert/silext

ActiveLibrary[Framework](/categories/framework)

vonalbert/silext
================

Extensions for the silex framework

06PHP

Since Nov 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/vonalbert/silext)[ Packagist](https://packagist.org/packages/vonalbert/silext)[ RSS](/packages/vonalbert-silext/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

SilEXT
======

[](#silext)

SilEXT is an extension library for the silex microframework.

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

[](#installation)

Just add `vonalbert/silext` to your `composer.json` and register the required service providers

Features
--------

[](#features)

### Modularity

[](#modularity)

To enable the modules feature you only need to register the `Vonalbert\Silext\Provider\ModularityServiceProvider` service provider and use the `modules` service to register the modules objects

```
$app->register(new \Vonalbert\Silext\Provider\ModulesServiceProvider);
$app['modules']->add(new ModuleA);
$app['modules']->addModules([
    new ModuleB('/route-prefix-b'),
    new ModuleB('/route-prefix-c'),
    // ...
]);
```

A class to recognized as module must extend the `Vonalbert\Silext\Module` abstract class that require the implementation of the abstract methods `setRoutes` and `bootstrap`

```
abstract protected function setRoutes(ControllerCollection $router);
abstract protected function bootstrap(Application $app);
```

`setRoutes` is called at registration time and accept a `Silex\ControllerCollection` that allows routes registration.

`bootstrap` is called at the module bootstrapping. A module is bootstrapped **only** if one of its routes is matching the current request.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/45f10229994c5181b99c8b9cf48cea2722a09aeb5f4ff80d15f07dc708362762?d=identicon)[albertoavon](/maintainers/albertoavon)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/vonalbert-silext/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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