PHPackages                             level3/silex - 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. level3/silex

AbandonedArchivedLibrary[Framework](/categories/framework)

level3/silex
============

Provider to use Level3 with Silex framework

v0.0.1(12y ago)01524[1 PRs](https://github.com/level3php/silex/pulls)MITPHPPHP &gt;=5.4.0

Since Nov 26Pushed 11y ago3 watchersCompare

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

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

Level3 Silex Provider [![Build Status](https://camo.githubusercontent.com/eaffb428a3ea07a08788abcfcb98d1b0dc85515ee44aedefe46267affb200c64/68747470733a2f2f7472617669732d63692e6f72672f6c6576656c337068702f73696c65782e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/level3php/silex)
==================================================================================================================================================================================================================================================================================================

[](#level3-silex-provider-)

Provider for using Level3 with Silex framework

Requirements
------------

[](#requirements)

- PHP 5.4.x
- Unix system
- level3/level3

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

[](#installation)

The recommended way to install Level3/Silex is [through composer](http://getcomposer.org). You can see [the package information on Packagist.](https://packagist.org/packages/level3/silex)

```
{
    "require": {
        "level3/silex": "dev-master"
    }
}
```

Parameters
----------

[](#parameters)

- `level3.base_uri` (default '/'): base URI for the API
- `level3.logger` (default false):
- `level3.redis` (default false):

\###Request limiter

- `level3.enable.limiter` (default false):
- `level3.limiter.max_request` (default false):
- `level3.limiter.time_period` (default false):

\###Firewall

- `level3.enable.firewall` (default false):
- `level3.firewall.blacklist` (default false):
- `level3.firewall.whitelist` (default false):

\###Cross-origin resource sharing:

- `level3.enable.cors` (default false):
- `level3.cors.allowed_origins` (default '\*'):
- `level3.cors.expose_headers` (default false):
- `level3.cors.max_age` (default false):
- `level3.cors.allow_credentials` (default false):
- `level3.cors.allow_methods` (default false):
- `level3.cors.allow_headers` (default false):

\###Other services:

- `level3.enable.logger` (default false):
- `level3.enable.authenticator` (default false):

Registrating
------------

[](#registrating)

```
$app->register(new Level3\Silex\ServiceProvider(), array(
    'level3.loader.path' => '/api'
));
```

Tests
-----

[](#tests)

Tests are in the `tests` folder. To run them, you need PHPUnit. Example:

```
$ phpunit --configuration phpunit.xml.dist

```

License
-------

[](#license)

MIT, see [LICENSE](LICENSE)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.6% 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

Unknown

Total

1

Last Release

4552d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1573114?v=4)[Máximo Cuadros](/maintainers/mcuadros)[@mcuadros](https://github.com/mcuadros)

---

Top Contributors

[![mcuadros](https://avatars.githubusercontent.com/u/1573114?v=4)](https://github.com/mcuadros "mcuadros (57 commits)")[![dripolles](https://avatars.githubusercontent.com/u/768061?v=4)](https://github.com/dripolles "dripolles (1 commits)")[![filiptc](https://avatars.githubusercontent.com/u/2487390?v=4)](https://github.com/filiptc "filiptc (1 commits)")

### Embed Badge

![Health badge](/badges/level3-silex/health.svg)

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

###  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)
