PHPackages                             netgen/richtext-datatype-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. netgen/richtext-datatype-bundle

ActiveEzplatform-bundle[Utility &amp; Helpers](/categories/utility)

netgen/richtext-datatype-bundle
===============================

Netgen RichText datatype bundle allows eZ Publish Legacy to work with rich text (ezrichtext) field type available in eZ Platform

2.0.0(3y ago)1033.5k↓23.1%23GPL-2.0-onlyPHP

Since Oct 17Pushed 3y ago7 watchersCompare

[ Source](https://github.com/netgen/NetgenRichTextDataTypeBundle)[ Packagist](https://packagist.org/packages/netgen/richtext-datatype-bundle)[ RSS](/packages/netgen-richtext-datatype-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (9)Used By (3)

Netgen Rich Text datatype bundle
================================

[](#netgen-rich-text-datatype-bundle)

This bundle implements legacy eZ Publish datatype counterpart of rich text field type (`ezrichtext`) from eZ Platform.

The point of the datatype is to enable eZ Publish Legacy to edit and publish content which has a rich text field.

As it is not possible to use Alloy Editor outside of eZ Platform UI, this bundle only shows the raw XML content of the field in a text area.

It is, however, possible to manually change the data in the text area and it will be persisted (together with relations and links to embedded content).

The bundle is still in prototype phase, but basic tests showed it working correctly.

Install instructions
--------------------

[](#install-instructions)

1. Install the bundle via Composer:

    ```
    $ composer require netgen/richtext-datatype-bundle:^1.0

    ```
2. Activate the bundle in your `app/AppKernel.php`:

    ```
    $bundles = array(
        ...

        new Netgen\Bundle\RichTextDataTypeBundle\NetgenRichTextDataTypeBundle(),

        ...
    );
    ```
3. Activate legacy `ezrichtext` and `ngsymfonytools` extensions in your `site.ini.append.php` in eZ Publish Legacy:

    ```
    [ExtensionSettings]
    ActiveExtensions[]=ngsymfonytools
    ActiveExtensions[]=ezrichtext
    ```
4. Regenerate eZ Publish Legacy autoloads (if not done automatically by Composer post install/update scripts):

    ```
    $ php app/console ezpublish:legacy:script bin/php/ezpgenerateautoloads.php

    ```
5. Clear the caches:

    ```
    $ php app/console cache:clear

    ```
6. Bundle is ready for usage in eZ Publish Legacy, including adding `ezrichtext` attribute to your classes, editing content with the attribute as well as rendering via `attribute_view_gui`.

Changelog
---------

[](#changelog)

[See all changes here](CHANGELOG.md).

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity68

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

Recently: every ~475 days

Total

8

Last Release

1247d ago

Major Versions

1.1.1 → 2.0.02023-02-03

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/362286?v=4)[Edi Modrić](/maintainers/emodric)[@emodric](https://github.com/emodric)

![](https://avatars.githubusercontent.com/u/594589?v=4)[Netgen](/maintainers/netgen)[@netgen](https://github.com/netgen)

---

Top Contributors

[![emodric](https://avatars.githubusercontent.com/u/362286?v=4)](https://github.com/emodric "emodric (34 commits)")

---

Tags

ezplatformezpublish-legacyezrichtext

### Embed Badge

![Health badge](/badges/netgen-richtext-datatype-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/netgen-richtext-datatype-bundle/health.svg)](https://phpackages.com/packages/netgen-richtext-datatype-bundle)
```

###  Alternatives

[novactive/ezseobundle

Novactive eZ SEO Bundle is an Ibexa Platform bundle for SEO simplications. metas, sitemaps, robots.txt, etc.

29259.4k3](/packages/novactive-ezseobundle)[netgen/tagsbundle

Netgen Tags Bundle is an Ibexa DXP bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ibexa\_keyword field type included in Ibexa core.

49468.3k28](/packages/netgen-tagsbundle)[lolautruche/ez-core-extra-bundle

Extra sugar for building Ibexa websites

27433.1k7](/packages/lolautruche-ez-core-extra-bundle)[netgen/enhanced-selection-bundle

Netgen Enhanced Selection bundle for Ibexa Platform

19103.0k5](/packages/netgen-enhanced-selection-bundle)

PHPackages © 2026

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