PHPackages                             gremo/ciconia-bundle - 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. [CLI &amp; Console](/categories/cli)
4. /
5. gremo/ciconia-bundle

AbandonedArchivedSymfony-bundle[CLI &amp; Console](/categories/cli)

gremo/ciconia-bundle
====================

Symfony bundle for Ciconia Markdown parser for PHP

v1.0.1(11y ago)1959MITPHPPHP &gt;5.4.0

Since Oct 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gremo/GremoCiconiaBundle)[ Packagist](https://packagist.org/packages/gremo/ciconia-bundle)[ RSS](/packages/gremo-ciconia-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

GremoCiconiaBundle
==================

[](#gremociconiabundle)

[![Latest stable](https://camo.githubusercontent.com/adb75f9209dd6b6fcebc209db332e1cb8d5b2837217d506e64d655ffac692663/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6772656d6f2f6369636f6e69612d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gremo/ciconia-bundle) [![Downloads total](https://camo.githubusercontent.com/9c179cc0d63028050ee9f85e08277547607689b29c383ac6b8de460266b9fe7b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6772656d6f2f6369636f6e69612d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gremo/ciconia-bundle) [![GitHub issues](https://camo.githubusercontent.com/f6853a4883d80bdf7bddcd0f3d905890f9c67efaf60e2d44776bacd3638eac3c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6772656d6f2f4772656d6f4369636f6e696142756e646c652e7376673f7374796c653d666c61742d737175617265)](https://github.com/gremo/GremoCiconiaBundle/issues)

Symfony bundle for Ciconia Markdown parser for PHP.

Installation
------------

[](#installation)

Add the bundle in your `composer.json` file:

```
{
    "require": {
        "gremo/ciconia-bundle": "~1.0"
    }
}
```

Then enable the bundle in the kernel:

```
