PHPackages                             orchestra/story - 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. [Admin Panels](/categories/admin)
4. /
5. orchestra/story

ActiveLibrary[Admin Panels](/categories/admin)

orchestra/story
===============

CMS Extension for Orchestra Platform

v3.2.0(10y ago)1410.0k↓91.7%6[3 issues](https://github.com/orchestral/story/issues)MITPHPPHP &gt;=5.5.0

Since Jul 19Pushed 9y ago3 watchersCompare

[ Source](https://github.com/orchestral/story)[ Packagist](https://packagist.org/packages/orchestra/story)[ RSS](/packages/orchestra-story/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (7)Versions (38)Used By (0)

Story CMS Extension
===================

[](#story-cms-extension)

Content Management System for Orchestra Platform, based on [Cello CMS](https://github.com/orchestral/cello) and inspired by [WardrobeCMS](http://wardrobecms.com).

[![Latest Stable Version](https://camo.githubusercontent.com/628c446a761867ee2d21646b794d08419cdcc2226e6a70402c3baaab61756777/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6f72636865737472616c2f73746f72792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/orchestra/story)[![Total Downloads](https://camo.githubusercontent.com/8c30f303ec2347edf595d69dc42dd1835c4e008cc5c113e2beb043427d5d0193/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f72636865737472612f73746f72792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/orchestra/story)[![MIT License](https://camo.githubusercontent.com/2350c34e3b38ac062567edfbc0e88ff46c5c0ee48ff038dfabaa05147edf6dca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6f72636865737472612f73746f72792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/orchestra/story)[![Build Status](https://camo.githubusercontent.com/8dc62dca25a3d2fec7a71d937f311178baff372e8d4db8b9e676947df723e8df/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6f72636865737472616c2f73746f72792f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/orchestral/story)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/8c609f50e9cbe520ab4f6d03007bec94c56e34efb2be3651bdeeaffa70c69086/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6f72636865737472616c2f73746f72792f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/orchestral/story/)

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

[](#installation)

To install through composer, simply put the following in your `composer.json` file:

```
{
	"require": {
		"orchestra/story": "~3.0"
	}
}
```

And then run `composer install` to fetch the package.

### Quick Installation

[](#quick-installation)

You could also simplify the above code by using the following command:

```
composer require "orchestra/story=~3.0"

```

### Setup

[](#setup)

To start using Story CMS, activate the extension from Orchestra Platform Administrator Interface.

Quick Guide
-----------

[](#quick-guide)

By default, Story CMS is using Markdown format for post and page, however you can customize this by adding your own prefered formatting parser.

### Adding new Format

[](#adding-new-format)

```
use Orchestra\Story\Facades\StoryFormat;

StoryFormat::extend('bbcode', function () {
    return new BBCodeParser();
});

class BBCodeParser extends Orchestra\Story\Parsers\Parser {}
```

You can add a new JavaScript text editor using:

```
Event::listen('orchestra.story.editor: bbcode', function () {
    // Add asset
});
```

License
-------

[](#license)

```
The MIT License

Copyright (C) 2012 by Mior Muhammad Zaki

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

```

Credit to [WardrobeCMS](http://wardrobecms.com) for the inspiration.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 99.3% 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 ~30 days

Recently: every ~57 days

Total

37

Last Release

3622d ago

Major Versions

v2.2.5 → v3.0.02015-04-14

PHP version history (4 changes)v2.0.0PHP &gt;=5.3.3

v2.2.0PHP &gt;=5.4.0

v3.1.0PHP &gt;=5.5.0

3.3.x-devPHP &gt;=5.6.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/172966?v=4)[Mior Muhammad Zaki](/maintainers/crynobone)[@crynobone](https://github.com/crynobone)

---

Top Contributors

[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (456 commits)")[![ahmadshah](https://avatars.githubusercontent.com/u/4233863?v=4)](https://github.com/ahmadshah "ahmadshah (2 commits)")[![Meroje](https://avatars.githubusercontent.com/u/304101?v=4)](https://github.com/Meroje "Meroje (1 commits)")

---

Tags

laravelcmsorchestra-platformorchestral

### Embed Badge

![Health badge](/badges/orchestra-story/health.svg)

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

###  Alternatives

[orchestra/foundation

Orchestra Platform Foundation

5675.5k9](/packages/orchestra-foundation)[orchestra/html

HTML Component for Orchestra Platform

37112.7k2](/packages/orchestra-html)[orchestra/auth

Auth Component for Orchestra Platform

22108.6k3](/packages/orchestra-auth)[serverfireteam/blog

A nice blog system with laravel and laravelpanel

523.1k](/packages/serverfireteam-blog)[joy/voyager-datatable

joy voyager datatable

1338.6k44](/packages/joy-voyager-datatable)

PHPackages © 2026

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