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

ActiveProject[Framework](/categories/framework)

caxy/silex-skeleton
===================

A pre-configured skeleton for the Silex microframework

1.0.0(10y ago)040MITPHPPHP &gt;=5.5.9

Since Apr 24Pushed 9y ago11 watchersCompare

[ Source](https://github.com/caxy/Silex-Skeleton)[ Packagist](https://packagist.org/packages/caxy/silex-skeleton)[ RSS](/packages/caxy-silex-skeleton/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (11)Versions (2)Used By (0)

Caxy Silex Skeleton
===================

[](#caxy-silex-skeleton)

Welcome to Caxy's Silex Skeleton - a fully-functional Silex application that you can use as the skeleton for your new applications. We use this as a platform for learning and experimentation.

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 caxy/silex-skeleton path/to/install
```

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

If your application will serve static assets using the PHP built-in web server during development, you should add these lines to the top of `web/index_dev.php`:

```
if (php_sapi_name() === 'cli-server' && is_file(__DIR__.preg_replace('#(\?.*)$#', '', $_SERVER['REQUEST_URI']))) {
    return false;
}
```

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=86400 composer run
```

Then, browse to .

Running tests
-------------

[](#running-tests)

```
cd path/to/install
composer test
```

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:

- [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.
- [HttpFragmentServiceProvider](http://silex.sensiolabs.org/doc/master/providers/http_fragment.html) - Provides fragment rendering in templates.
- [AssetServiceProvider](http://silex.sensiolabs.org/doc/master/providers/asset.html) - Provides versioned URLs of front end assets.
- [TwigServiceProvider](http://silex.sensiolabs.org/doc/master/providers/twig.html) - Provides integration with the Twig template engine.

In development mode, these service providers support profiling and debugging:

- [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.
- [VarDumperServiceProvider](http://silex.sensiolabs.org/doc/master/providers/var_dumper.html) - Integrates Twig and the VarDumper component.

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

Enjoy!

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

3711d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e978fd38c8591f9960d5b2fb5361e6a9a15d316e02301583662fcd0451245326?d=identicon)[caxy](/maintainers/caxy)

![](https://www.gravatar.com/avatar/b64376d484202faf7cf4e423ba5b70f202f870644666c9b1e7ae7107dd91f299?d=identicon)[bangpound](/maintainers/bangpound)

---

Top Contributors

[![fabpot](https://avatars.githubusercontent.com/u/47313?v=4)](https://github.com/fabpot "fabpot (68 commits)")[![bangpound](https://avatars.githubusercontent.com/u/6731?v=4)](https://github.com/bangpound "bangpound (16 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)")[![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)")[![vicb](https://avatars.githubusercontent.com/u/248818?v=4)](https://github.com/vicb "vicb (1 commits)")[![danez](https://avatars.githubusercontent.com/u/231804?v=4)](https://github.com/danez "danez (1 commits)")[![diimpp](https://avatars.githubusercontent.com/u/870747?v=4)](https://github.com/diimpp "diimpp (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M514](/packages/shopware-core)[shopware/platform

The Shopware e-commerce core

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

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

1.3k1.4M196](/packages/sulu-sulu)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M373](/packages/easycorp-easyadmin-bundle)[oro/platform

Business Application Platform (BAP)

642140.7k104](/packages/oro-platform)

PHPackages © 2026

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