PHPackages                             axllent/silverstripe-textile-parser - 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. axllent/silverstripe-textile-parser

AbandonedArchivedSilverstripe-module[Parsing &amp; Serialization](/categories/parsing)

axllent/silverstripe-textile-parser
===================================

Textile Parser for SilverStripe 3

1.0.0(11y ago)0281The MIT License (MIT)PHP

Since Jun 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/axllent/silverstripe-textile-parser)[ Packagist](https://packagist.org/packages/axllent/silverstripe-textile-parser)[ Docs](https://github.com/axllent/silverstripe-textile-parser)[ RSS](/packages/axllent-silverstripe-textile-parser/feed)WikiDiscussions master Synced 1mo ago

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

Textile Parser for SilverStripe 3
---------------------------------

[](#textile-parser-for-silverstripe-3)

Extension to add optional Textile parsing to StringField objects in templates, such as Text &amp; Varchar.

It includes/uses the PHP Textile class from [netcarver/textile](https://github.com/netcarver/textile)

Requirements
------------

[](#requirements)

- SilverStripe 3.\*

Options
-------

[](#options)

In `mysite/_config.php`

```
TextileParser::$doctype = 'xhtml'; // Use xhtml instead of html5
TextileParser::$use_restricted = false; // Use regular parser instead of restricted one (adds more features)
```

Usage
-----

[](#usage)

It is designed to be used in your templates where needed, such as:

```
// convert the value into HTML, and convert raw web & email links into html links
$MyTextField.Textile

// which will convert the value into HTML, but leave links & emails as plain text
$MyTextField.Textile(0)
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

4349d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1463435?v=4)[Ralph Slooten](/maintainers/axllent)[@axllent](https://github.com/axllent)

---

Top Contributors

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

---

Tags

parsersilverstripe

### Embed Badge

![Health badge](/badges/axllent-silverstripe-textile-parser/health.svg)

```
[![Health](https://phpackages.com/badges/axllent-silverstripe-textile-parser/health.svg)](https://phpackages.com/packages/axllent-silverstripe-textile-parser)
```

###  Alternatives

[atanamo/php-codeshift

A PHP code transformation toolkit based on 'PHP-Parser'

32158.4k1](/packages/atanamo-php-codeshift)[phptek/jsontext

JSON storage, querying and modification.

2222.2k2](/packages/phptek-jsontext)[mrkrstphr/php-gedcom

A GEDCOM file parser (read + write) for PHP 5.3+

3715.1k](/packages/mrkrstphr-php-gedcom)[undefinedoffset/silverstripe-markdown

Adds a field and a data type that allows for Markdown editing, uses the github api to render the html

126.5k1](/packages/undefinedoffset-silverstripe-markdown)[unclecheese/silverstripe-serialised-dbfields

Provides serialised data (YAML, JSON) in text fields that are traverseable as nested ViewableData objects.

106.2k](/packages/unclecheese-silverstripe-serialised-dbfields)[silverstripers/markdown

Markdown DB field and form field for SilverStripe

112.5k](/packages/silverstripers-markdown)

PHPackages © 2026

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