PHPackages                             pushword/admin-block-editor - 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. pushword/admin-block-editor

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

pushword/admin-block-editor
===========================

Supercharged the Pushword Admin with block editor (gutenberg like).

0.1.9980(2y ago)02.8k↓81.3%MITTypeScript

Since Jan 27Pushed 1w agoCompare

[ Source](https://github.com/Pushword/admin-block-editor)[ Packagist](https://packagist.org/packages/pushword/admin-block-editor)[ Docs](https://pushword.piedweb.com/extension/admin-block-editor)[ RSS](/packages/pushword-admin-block-editor/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (5)Versions (1073)Used By (0)

Pushword Admin Block Editor
===========================

[](#pushword-admin-block-editor)

Supercharge the Pushword admin with a Gutenberg-like block editor (Editor.js) while storing content as clean **Markdown**.

[![Latest Version](https://camo.githubusercontent.com/504b78bdd9aff4b22a884e82f34d8b0b5b7cedafb5dcce2ebf942ab8f7fd6c6a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f70757368776f72642f70757368776f72642e7376673f7374796c653d666c6174266c6162656c3d72656c65617365)](https://github.com/Pushword/Pushword/tags)[![Software License](https://camo.githubusercontent.com/f251623e510f5909f16ae3f4e6e548dac11340b9fde1a99be26b015b39272c00/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c6174)](LICENSE)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ebaee4a77cc185e85aab1aa72cfb4f2762172279da76e987cd924e2023b5089e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f50757368776f72642f50757368776f72642f72756e2d74657374732e796d6c3f6272616e63683d6d61696e)](https://github.com/Pushword/Pushword/actions)

[![Code Coverage](https://camo.githubusercontent.com/bfd5327946a29468214fb761d1e42db99bd266f13a7c6d805bb34c0a46db3d8a/68747470733a2f2f636f6465636f762e696f2f67682f50757368776f72642f50757368776f72642f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/Pushword/Pushword/tree/main)[![Type Coverage](https://camo.githubusercontent.com/b77fa8a783b6a362947e80ac6817621bb8114209fb8fb124ec8a50085fbf3a35/68747470733a2f2f73686570686572642e6465762f6769746875622f70757368776f72642f70757368776f72642f636f7665726167652e737667)](https://shepherd.dev/github/pushword/pushword)[![Total Downloads](https://camo.githubusercontent.com/a76f4801b7f01832ededd01e2912f8f833ead97001c672697595a32f36832074/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70757368776f72642f636f72652e7376673f7374796c653d666c6174)](https://packagist.org/packages/pushword/core)

Features
--------

[](#features)

- **Block (Editor.js) editing** inside the admin, toggleable per app.
- Content stored as **Markdown** — blocks are converted to/from Markdown transparently.
- **Extensible**: add your own Editor.js plugins / custom blocks.
- **Pages-list block** with a powerful search syntax (`CHILDREN`, `slug:…`, `OR`).

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

[](#installation)

```
composer require pushword/admin-block-editor
```

Documentation
-------------

[](#documentation)

Visit [pushword.piedweb.com/extension/admin-block-editor](https://pushword.piedweb.com/extension/admin-block-editor).

The Pushword ecosystem
----------------------

[](#the-pushword-ecosystem)

Pushword is a modular CMS — one [Symfony](https://symfony.com) bundle for the core and one bundle per feature. Pick only what you need:

**Core**

- [pushword/core](https://github.com/Pushword/core) — Symfony-based CMS core: Page, Media &amp; User entities, Markdown + Twig rendering.

**Editing &amp; admin**

- [pushword/admin](https://github.com/Pushword/admin) — EasyAdmin interface to manage pages, media and users.
- **pushword/admin-block-editor** — Gutenberg-like block editor (stores Markdown). *(this package)*
- [pushword/advanced-main-image](https://github.com/Pushword/advanced-main-image) — Hero images &amp; main-image format control.
- [pushword/template-editor](https://github.com/Pushword/template-editor) — Edit Twig templates online.
- [pushword/snippet](https://github.com/Pushword/snippet) — Reusable content fragments &amp; components.

**Content &amp; workflow**

- [pushword/flat](https://github.com/Pushword/flat) — Flat-file (Markdown + Git) CMS mode.
- [pushword/version](https://github.com/Pushword/version) — Page &amp; snippet versioning.
- [pushword/page-update-notifier](https://github.com/Pushword/page-update-notifier) — Email alerts on content changes.
- [pushword/conversation](https://github.com/Pushword/conversation) — Comments, contact &amp; newsletter forms.

**Publishing &amp; performance**

- [pushword/static-generator](https://github.com/Pushword/static-generator) — Export a static website (GitHub Pages, Apache, FrankenPHP).
- [pushword/search](https://github.com/Pushword/search) — SQLite full-text search (Loupe), zero infra.
- [pushword/page-scanner](https://github.com/Pushword/page-scanner) — Find dead links, 404s, redirects &amp; TODOs.
- [pushword/api](https://github.com/Pushword/api) — Token-authenticated REST API.

**Tooling**

- [pushword/installer](https://github.com/Pushword/installer) — Project &amp; package installer.
- [pushword/js-helper](https://github.com/Pushword/js-helper) — Front-end JavaScript helpers.

Full list and guides on [pushword.piedweb.com/extensions](https://pushword.piedweb.com/extensions).

Contributing
------------

[](#contributing)

If you're interested in contributing to Pushword, please read our [contributing docs](https://pushword.piedweb.com/contribute) before submitting a pull request.

Credits
-------

[](#credits)

- [PiedWeb](https://piedweb.com)
- [All Contributors](https://github.com/Pushword/Core/graphs/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://pushword.piedweb.com/license#license) for more information.

[![PHP Packages Open Source](https://raw.githubusercontent.com/Pushword/Pushword/f5021f4c5d5d3ab3f2858ec2e4bdd70818806c6a/packages/admin/src/Resources/assets/logo.svg)](https://dev.piedweb.com)

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance64

Regular maintenance activity

Popularity21

Limited adoption so far

Community6

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

Every ~2 days

Total

1072

Last Release

8d ago

Major Versions

0.1.9973 → 1.0.0-rc02024-09-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/afce4cf517928a50560237f1410d5957271fd808671b2216687ecf1422adaee0?d=identicon)[Robin D.](/maintainers/Robin%20D.)

---

Top Contributors

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

---

Tags

block-editorcmseditorjsmarkdownphppushwordrich-text-editorsymfonywysiwyg

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pushword-admin-block-editor/health.svg)

```
[![Health](https://phpackages.com/badges/pushword-admin-block-editor/health.svg)](https://phpackages.com/packages/pushword-admin-block-editor)
```

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19139.2M47](/packages/mck89-peast)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9843.5k](/packages/sauladam-shipment-tracker)[jstewmc/rtf

Read and write Rich Text Format (RTF) documents with PHP

45153.1k6](/packages/jstewmc-rtf)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

113.2k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

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