Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kix/mdash-bundle
- Owner: kix
- Created: 2014-06-03T07:39:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-23T12:34:01.000Z (over 8 years ago)
- Last Synced: 2024-11-15T14:08:43.652Z (3 months ago)
- Topics: bundle, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 238 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)