PHPackages                             starx/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. [Queues &amp; Workers](/categories/queues)
4. /
5. starx/bernard-silex

ActiveLibrary[Queues &amp; Workers](/categories/queues)

starx/bernard-silex
===================

Silex service provider for Bernard

0.5.0(12y ago)014MITPHPPHP &gt;=5.3.3

Since Feb 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/starx/bernard-silex)[ Packagist](https://packagist.org/packages/starx/bernard-silex)[ RSS](/packages/starx-bernard-silex/feed)WikiDiscussions master Synced today

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

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"
    }
}
```

```
