PHPackages                             nuclear/synthesizer - 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. nuclear/synthesizer

AbandonedArchivedLibrary[Parsing &amp; Serialization](/categories/parsing)

nuclear/synthesizer
===================

The markdown and text processor that Nuclear CMS needs.

0.9.4(9y ago)14631MITPHPPHP &gt;=5.5.9

Since Jul 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/NuclearCMS/Synthesizer)[ Packagist](https://packagist.org/packages/nuclear/synthesizer)[ RSS](/packages/nuclear-synthesizer/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (6)Used By (0)

Synthesizer
===========

[](#synthesizer)

The markdown and text processor that Nuclear CMS needs.

---

[![Build Status](https://camo.githubusercontent.com/6067eef44a2e83d9c60267b51b3c03aa9e4fe6c6dcde4c14c1ebe98643eca86d/68747470733a2f2f7472617669732d63692e6f72672f4e75636c656172434d532f53796e74686573697a65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/NuclearCMS/Synthesizer)[![Total Downloads](https://camo.githubusercontent.com/d979dfa633a67ff47562a0073eed3f124d34fcb1fd6db7955ac5634252781534/68747470733a2f2f706f7365722e707567782e6f72672f4e75636c6561722f53796e74686573697a65722f646f776e6c6f616473)](https://packagist.org/packages/Nuclear/Synthesizer)[![Latest Stable Version](https://camo.githubusercontent.com/120df50d960bf96ad6a14de6ce356e37aa0d671c278c8414d13e12522c87f564/68747470733a2f2f706f7365722e707567782e6f72672f4e75636c6561722f53796e74686573697a65722f76657273696f6e)](https://packagist.org/packages/Nuclear/Synthesizer)[![License](https://camo.githubusercontent.com/50e795bb2bebe8a4791be16f464914d764b53cc3f9200ac70821f29def947219/68747470733a2f2f706f7365722e707567782e6f72672f4e75636c6561722f53796e74686573697a65722f6c6963656e7365)](https://packagist.org/packages/Nuclear/Synthesizer)

This package is intended for [Nuclear CMS](https://github.com/NuclearCMS/Nuclear) and it constitutes its main markdown and text processing functionality. It is developed separately to enable individual development, testing and possible reuse.

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

[](#installation)

Installing Synthesizer is simple.

1. Pull this package in through [Composer](https://getcomposer.org).

    ```
    {
        "require": {
            "nuclear/synthesizer": "~0.9"
        }
    }
    ```
2. In order to register Synthesizer Service Provider add `'Nuclear\Synthesizer\SynthesizerServiceProvider'` to the end of `providers` array in your `config/app.php` file.

    ```
    'providers' => array(

        'Illuminate\Foundation\Providers\ArtisanServiceProvider',
        'Illuminate\Auth\AuthServiceProvider',
        ...
        'Nuclear\Synthesizer\SynthesizerServiceProvider',

    ),
    ```
3. Publish the migrations and configuration files.

    ```
    php artisan vendor:publish --provider:"Nuclear\Synthesizer\SynthesizerServiceProvider"
    ```

    Do not forget to migrate the database.
4. Please check the tests and source code for further documentation.

License
-------

[](#license)

Synthesizer is released under [MIT License](https://github.com/NuclearCMS/Synthesizer/blob/master/LICENSE).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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 ~16 days

Total

5

Last Release

3555d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e19a741e25ed77dbe24e5123fc42ca999c42945d0fe411ef81599b8a1615d5a2?d=identicon)[Hyleeh](/maintainers/Hyleeh)

---

Top Contributors

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

---

Tags

laravelmarkdownlaravel5kenarkosesynthesizernuclearnuclearcms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nuclear-synthesizer/health.svg)

```
[![Health](https://phpackages.com/badges/nuclear-synthesizer/health.svg)](https://phpackages.com/packages/nuclear-synthesizer)
```

###  Alternatives

[alfredo-ramos/parsedown-extra-laravel

A Parsedown Extra package for Laravel

27155.4k1](/packages/alfredo-ramos-parsedown-extra-laravel)[torchlight/torchlight-commonmark

A Commonmark extension for Torchlight, the syntax highlighting API.

28265.5k6](/packages/torchlight-torchlight-commonmark)[buzzylab/laradown

A New Markdown parser for Laravel built on parsedown

307.3k](/packages/buzzylab-laradown)

PHPackages © 2026

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