PHPackages                             erivello/silexplate - 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. erivello/silexplate

ActiveLibrary[Framework](/categories/framework)

erivello/silexplate
===================

A simple boilerplate for Silex PHP micro-framework based on the Symfony2 Components.

20PHP

Since Dec 29Pushed 13y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Silexplate
==========

[](#silexplate)

A simple boilerplate for [Silex](http://silex.sensiolabs.org/) PHP micro-framework based on the [Symfony2](http://symfony.com/) Components.

Silex works with PHP 5.3.3 or later.

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

[](#installation)

Installation is very easy, it makes use of [Composer](http://getcomposer.org/).

### Install Composer

[](#install-composer)

Run this in your command line:

```
$ curl -s http://getcomposer.org/installer | php
```

Or [download composer.phar](http://getcomposer.org/composer.phar) into the project root.

### Install Dependencies

[](#install-dependencies)

All dependencies are stored on `composer.json` file. Run the following command to install it:

```
$ php composer.phar install
```

Configuration
-------------

[](#configuration)

Copy `app/config/config.php.dist` to `app/config/config.php` and customize it.

What's inside?
--------------

[](#whats-inside)

The Silexplate comes pre-configured with the following providers:

- **DoctrineServiceProvider** - Adds support for Doctrine DBAL
- **FacebookServiceProvider** - Adds support for Facebook PHP SDK
- **FormServiceProvider** - Adds functionality for building forms
- **MonologServiceProvider** - Add application debug logging
- **HttpCacheServiceProvider** - Adds support for storing HTTP cache data
- **SecurityServiceProvider** - Adds support for managing authentication and authorization
- **SessionServiceProvider** - Adds support for managing sessions
- **SwiftmailerServiceProvider** - Adds functionality for sending emails
- **TranslationServiceProvider** - Adds functionality for translating into different languages
- **TwigServiceProvider** - Adds support for the Twig templating engine
- **UrlGeneratorServiceProvider** - Adds functionality for generating URLs for named routes
- **ValidatorServiceProvider** - Adds functionality for validating data

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

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://avatars.githubusercontent.com/u/626131?v=4)[Edoardo Rivello](/maintainers/erivello)[@erivello](https://github.com/erivello)

---

Top Contributors

[![erivello](https://avatars.githubusercontent.com/u/626131?v=4)](https://github.com/erivello "erivello (66 commits)")

### Embed Badge

![Health badge](/badges/erivello-silexplate/health.svg)

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

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