PHPackages                             avtonom/creole-full-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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. avtonom/creole-full-bundle

ActiveSymfony-bundle[Parsing &amp; Serialization](/categories/parsing)

avtonom/creole-full-bundle
==========================

Bundle for Symfony for creole markdown Wiki parser for PHP from softark/creole

v1.1.3(10y ago)222MITPHP

Since Oct 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Avtonom/creole-full-bundle)[ Packagist](https://packagist.org/packages/avtonom/creole-full-bundle)[ Docs](https://github.com/Avtonom/creole-full-bundle)[ RSS](/packages/avtonom-creole-full-bundle/feed)WikiDiscussions master Synced 1mo ago

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

creole-full-bundle
==================

[](#creole-full-bundle)

Bundle for Symfony for creole markdown Wiki parser for PHP from softark/creole

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

[](#installation)

Retrieve the bundle with composer:

.. code-block:: sh

```
php composer.phar require avtonom/creole-full-bundle --no-update

```

Installation is recommended to be done via \[composer\]\[\] by running:

```
composer require avtonom/creole-full-bundle "~1.1"

```

Alternatively you can add the following to the `require` section in your `composer.json` manually:

```
"avtonom/creole-full-bundle": "~1.1"
```

Run `composer update` afterwards.

Register these bundles in your AppKernel:

```
