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

ActiveLibrary[Framework](/categories/framework)

bernard/silex
=============

Silex service provider for Bernard

0.5.0(12y ago)145.6k3[2 issues](https://github.com/bernardphp/silex/issues)[1 PRs](https://github.com/bernardphp/silex/pulls)2MITPHPPHP &gt;=5.3.3

Since Feb 4Pushed 10y ago1 watchersCompare

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

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

Bernard bindings for Silex
==========================

[](#bernard-bindings-for-silex)

[![Build Status](https://camo.githubusercontent.com/faf4f4b2edd42bd4ebc9b1a7c43cbbfa7506281fd28ead2ff8effac665a57d93/68747470733a2f2f7472617669732d63692e6f72672f6265726e6172647068702f73696c65782e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/bernardphp/silex)

Brings [Bernard](https://github.com/bernardphp/bernard) to [Silex](http://silex.sensiolabs.org/).

Getting Started
---------------

[](#getting-started)

Add the requirement to your `composer.json` file and register it with you Application.

```
{
    "require" : {
        "bernard/silex" :  "~0.4@dev"
    }
}
```

```
