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

AbandonedArchivedProject[Framework](/categories/framework)

fabpot/silex-skeleton
=====================

A pre-configured skeleton for the Silex microframework

v2.0.2(9y ago)77931.8k192[5 PRs](https://github.com/silexphp/Silex-Skeleton/pulls)MITPHPPHP &gt;=5.5.9

Since Mar 8Pushed 8y ago70 watchersCompare

[ Source](https://github.com/silexphp/Silex-Skeleton)[ Packagist](https://packagist.org/packages/fabpot/silex-skeleton)[ RSS](/packages/fabpot-silex-skeleton/feed)WikiDiscussions master Synced 1mo ago

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

Silex Skeleton
==============

[](#silex-skeleton)

**WARNING**: Silex is in maintenance mode only. Ends of life is set to June 2018. Read more on [Symfony's blog](http://symfony.com/blog/the-end-of-silex).

Welcome to the Silex Skeleton - a fully-functional Silex application that you can use as the skeleton for your new applications.

This document contains information on how to start using the Silex Skeleton.

Creating a Silex Application
----------------------------

[](#creating-a-silex-application)

Silex uses [Composer](http://getcomposer.org/) to ease the creation of a new project:

```
$ composer create-project fabpot/silex-skeleton path/to/install "~2.0"
```

Composer will create a new Silex project under the path/to/install directory.

Browsing the Demo Application
-----------------------------

[](#browsing-the-demo-application)

Congratulations! You're now ready to use Silex.

To see a real-live Silex page in action, start the PHP built-in web server with command:

```
$ cd path/to/install
$ COMPOSER_PROCESS_TIMEOUT=0 composer run
```

Then, browse to [http://localhost:8888/index\_dev.php/](http://localhost:8888/index_dev.php/)

Getting started with Silex
--------------------------

[](#getting-started-with-silex)

This distribution is meant to be the starting point for your Silex applications.

A great way to start learning Silex is via the [Documentation](http://silex.sensiolabs.org/documentation), which will take you through all the features of Silex.

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

[](#whats-inside)

The Silex Skeleton is configured with the following service providers:

- [ValidatorServiceProvider](http://silex.sensiolabs.org/doc/master/providers/validator.html) - Provides a service for validating data. It is most useful when used with the FormServiceProvider, but can also be used standalone.
- [ServiceControllerServiceProvider](http://silex.sensiolabs.org/doc/master/providers/service_controller.html) - As your Silex application grows, you may wish to begin organizing your controllers in a more formal fashion. Silex can use controller classes out of the box, but with a bit of work, your controllers can be created as services, giving you the full power of dependency injection and lazy loading.
- [TwigServiceProvider](http://silex.sensiolabs.org/doc/master/providers/twig.html) - Provides integration with the Twig template engine.
- [WebProfilerServiceProvider](http://github.com/silexphp/Silex-WebProfiler) - Enable the Symfony web debug toolbar and the Symfony profiler in your Silex application when developing.
- [MonologServiceProvider](http://silex.sensiolabs.org/doc/master/providers/monolog.html) - Enable logging in the development environment.

Read the [Providers](http://silex.sensiolabs.org/doc/providers.html) documentation for more details about Silex Service Providers.

Enjoy!

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community33

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 77.7% 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 ~135 days

Recently: every ~84 days

Total

12

Last Release

3318d ago

Major Versions

v1.1.5 → v2.0.02016-05-18

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.3

v1.1.3PHP &gt;=5.5.9

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/47313?v=4)[Fabien Potencier](/maintainers/fabpot)[@fabpot](https://github.com/fabpot)

---

Top Contributors

[![fabpot](https://avatars.githubusercontent.com/u/47313?v=4)](https://github.com/fabpot "fabpot (73 commits)")[![jeromemacias](https://avatars.githubusercontent.com/u/582446?v=4)](https://github.com/jeromemacias "jeromemacias (3 commits)")[![DominikTo](https://avatars.githubusercontent.com/u/1384635?v=4)](https://github.com/DominikTo "DominikTo (1 commits)")[![gander](https://avatars.githubusercontent.com/u/421597?v=4)](https://github.com/gander "gander (1 commits)")[![glensc](https://avatars.githubusercontent.com/u/199095?v=4)](https://github.com/glensc "glensc (1 commits)")[![iamluc](https://avatars.githubusercontent.com/u/1539731?v=4)](https://github.com/iamluc "iamluc (1 commits)")[![ifdattic](https://avatars.githubusercontent.com/u/966877?v=4)](https://github.com/ifdattic "ifdattic (1 commits)")[![jonseg](https://avatars.githubusercontent.com/u/892373?v=4)](https://github.com/jonseg "jonseg (1 commits)")[![liuggio](https://avatars.githubusercontent.com/u/530406?v=4)](https://github.com/liuggio "liuggio (1 commits)")[![mhitza](https://avatars.githubusercontent.com/u/273079?v=4)](https://github.com/mhitza "mhitza (1 commits)")[![osanay](https://avatars.githubusercontent.com/u/160311?v=4)](https://github.com/osanay "osanay (1 commits)")[![petk](https://avatars.githubusercontent.com/u/1614009?v=4)](https://github.com/petk "petk (1 commits)")[![pulse00](https://avatars.githubusercontent.com/u/185278?v=4)](https://github.com/pulse00 "pulse00 (1 commits)")[![pyrech](https://avatars.githubusercontent.com/u/2021641?v=4)](https://github.com/pyrech "pyrech (1 commits)")[![royopa](https://avatars.githubusercontent.com/u/442991?v=4)](https://github.com/royopa "royopa (1 commits)")[![Seldaek](https://avatars.githubusercontent.com/u/183678?v=4)](https://github.com/Seldaek "Seldaek (1 commits)")[![stopfstedt](https://avatars.githubusercontent.com/u/1410427?v=4)](https://github.com/stopfstedt "stopfstedt (1 commits)")[![danez](https://avatars.githubusercontent.com/u/231804?v=4)](https://github.com/danez "danez (1 commits)")[![vicb](https://avatars.githubusercontent.com/u/248818?v=4)](https://github.com/vicb "vicb (1 commits)")[![diimpp](https://avatars.githubusercontent.com/u/870747?v=4)](https://github.com/diimpp "diimpp (1 commits)")

---

Tags

phpsilexskeletonskeleton-application

### Embed Badge

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

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

###  Alternatives

[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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