PHPackages                             avtonom/creole-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-bundle

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

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

A bundle for Symfony 2 PHP Framework with support for Creole 1.0 Wiki markup language.

v1.0.0(10y ago)022GNU GPL v3PHPPHP &gt;=5.3.3

Since Jun 1Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

WikiBundle
==========

[](#wikibundle)

Not maintained anymore
----------------------

[](#not-maintained-anymore)

I do not maintain this library anymore. If some wants to fork and proceed, no problem.

What is WikiBundle?
-------------------

[](#what-is-wikibundle)

This is a bundle for Symfony2. It provides a parser and two renders for Wiki markup ([Creole v1.0](http://www.wikicreole.org/wiki/Creole1.0)). The parser and the lexer transfer the markup into an class oriented tree structure. This structure is used by the `XhtmlRenderer`and `LatexRenderer` to create an formatted output. Its easy to write your very own renderer.

Performance
-----------

[](#performance)

The parsing is quiet fast (benchmarks will follow). Additional its is easy to cache the parsed result. Each class representing the tree structure implements the `Serializable` interface. So each time the markup changes, you can parse it once and then store the serialized form of the tree (for example with Doctrine 2 in a column of type `Object`). Once you need to render the markup you can just deserialize the tree (which is way faster) and then render it directly without a need to reparse it.

Reliability
-----------

[](#reliability)

This bundle is unit tested with 100% code coverage. The `Parser`is tested with lots of special testcase to ensure the correct Wiki markup interpretation. In addition their is random markup generated and tests check if their occur any errors. This random markup is parse, rendered to latex code and then passed to `pdflatex` to avoid PDF build errors.

To do
-----

[](#to-do)

Following markup is missing by now:

- [Images](http://www.wikicreole.org/wiki/Creole1.0#section-Creole1.0-ImageInline): Will follow soon
- [Placeholder](http://www.wikicreole.org/wiki/Creole1.0#section-Creole1.0-Placeholder): Not sure if I want to implement it

The `LatexRenderer` has deactivated features:

- Tables (their is still some issue with pdflatex - so deactivated by now)
- Italic, Bold (pdflatex does not allow italic or bold span over two paragraphs - so deactivated by now)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4004d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/851a2d4f8d02604c04bd2c4331a901e4fc92ed7ec1371cbceafb48c2495efc8c?d=identicon)[avtonomspb](/maintainers/avtonomspb)

---

Top Contributors

[![Avtonom](https://avatars.githubusercontent.com/u/988367?v=4)](https://github.com/Avtonom "Avtonom (4 commits)")

---

Tags

parserwikimarkupcreolewikitext

### Embed Badge

![Health badge](/badges/avtonom-creole-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/avtonom-creole-bundle/health.svg)](https://phpackages.com/packages/avtonom-creole-bundle)
```

###  Alternatives

[nikic/php-parser

A PHP parser written in PHP

17.4k902.6M1.8k](/packages/nikic-php-parser)[doctrine/lexer

PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.

11.2k910.8M118](/packages/doctrine-lexer)[erusev/parsedown

Parser for Markdown.

15.0k151.8M732](/packages/erusev-parsedown)[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[matomo/device-detector

The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.

3.5k23.5M111](/packages/matomo-device-detector)[gregwar/rst

PHP library to parse reStructuredText documents

93499.3k13](/packages/gregwar-rst)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
