Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kix/mdash-bundle

Symfony 2 bundle for E. Muravjov's typograph
https://github.com/kix/mdash-bundle

bundle symfony symfony-bundle

Last synced: 15 days ago
JSON representation

Symfony 2 bundle for E. Muravjov's typograph

Awesome Lists containing this project

README

        

Mdash bundle
============
This is a Symfony 2 bundle for [E. Muravjov's typograph](http://mdash.ru).

Installation is simple. Just drop this line into your `composer.json`'s `require` section:
```
"kix/mdash-bundle": "0.5.x"
```

Add the bundle into your `AppKernel.php`:

```
container->get('kix_mdash.typographer');
}

}
```

Stats
-----
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/30cc388c-7a44-4386-8ba6-dec1c45cc4b7/small.png)](https://insight.sensiolabs.com/projects/30cc388c-7a44-4386-8ba6-dec1c45cc4b7)

[![Build Status](https://travis-ci.org/kix/mdash-bundle.svg?branch=master)](https://travis-ci.org/kix/mdash-bundle)

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/kix/mdash-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/kix/mdash-bundle/?branch=master)