PHPackages                             mavimo/sculpin-editor-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mavimo/sculpin-editor-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mavimo/sculpin-editor-bundle
============================

Sculpin Editor Bundle

5203PHP

Since May 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mavimo/sculpin-editor-bundle)[ Packagist](https://packagist.org/packages/mavimo/sculpin-editor-bundle)[ RSS](/packages/mavimo-sculpin-editor-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Sculpin Editor Bundle
=====================

[](#sculpin-editor-bundle)

Setup
-----

[](#setup)

Add this bundle in your `sculpin.json` file:

```
{
    // ...
    "require": {
        // ...
        "mavimo/sculpin-editor-bundle": "@dev"
    }
}
```

and install this bundle running `sculpin update`.

Now you can register the bundle in `SculpinKernel` class available on `app/SculpinKernel.php` file:

```
class SculpinKernel extends \Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel
{
    protected function getAdditionalSculpinBundles()
    {
        return array(
           'Mavimo\Sculpin\Bundle\EditorBundle\SculpinEditorBundle'
        );
    }
}
```

How to use
----------

[](#how-to-use)

Content editor can create a new content typing:

```
sculpin editor:create "New content title"

```

this generate a new draft content using the current date on the path:

```
source/_posts/2014-01-04-new-content-title.md

```

you can also specify a different date using the format "Y-m-d", like:

```
sculpin editor:create -d 2010-06-10 "New content title"

```

that genrate file:

```
source/_posts/2010-06-10-new-content-title.md

```

You can also create a different content type (WIP, see [Sculpin PR 96](https://github.com/sculpin/sculpin/pull/96)) using the option *type*

```
sculpin editor:create -t project "New content title"

```

this generate a new draft project in the folder:

```
source/_projects/2014-01-04-new-content-title.md

```

TODO
----

[](#todo)

- Add better file writing procedure
- Add better support for content type generation after [Sculpin PR 96](https://github.com/sculpin/sculpin/pull/96) integration in sculpin core.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.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.

### Community

Maintainers

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

---

Top Contributors

[![mavimo](https://avatars.githubusercontent.com/u/43941?v=4)](https://github.com/mavimo "mavimo (12 commits)")[![eduardogoncalves](https://avatars.githubusercontent.com/u/4308648?v=4)](https://github.com/eduardogoncalves "eduardogoncalves (1 commits)")

### Embed Badge

![Health badge](/badges/mavimo-sculpin-editor-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mavimo-sculpin-editor-bundle/health.svg)](https://phpackages.com/packages/mavimo-sculpin-editor-bundle)
```

###  Alternatives

[andrefigueira/blog-article-faker

Generate random blog article titles and content (including markdown) using faker

1415.0k](/packages/andrefigueira-blog-article-faker)

PHPackages © 2026

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