PHPackages                             getolympus/olympus-dionysos-field-rte - 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. [Framework](/categories/framework)
4. /
5. getolympus/olympus-dionysos-field-rte

ActiveOlympus-field[Framework](/categories/framework)

getolympus/olympus-dionysos-field-rte
=====================================

RTE field, this component is a part of the Olympus Dionysos fields.

v0.0.1(2y ago)03MITPHP

Since Dec 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/GetOlympus/olympus-dionysos-field-rte)[ Packagist](https://packagist.org/packages/getolympus/olympus-dionysos-field-rte)[ Docs](https://github.com/GetOlympus/olympus-dionysos-field-rte)[ RSS](/packages/getolympus-olympus-dionysos-field-rte/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

[![](https://github.com/GetOlympus/olympus-dionysos-field-rte/raw/main/assets/field-rte.png)](https://github.com/GetOlympus/olympus-dionysos-field-rte/blob/main/assets/field-rte.png)

Dionysos Rte Field
==================

[](#dionysos-rte-field)

[![Olympus Component](https://camo.githubusercontent.com/f483886a465a9e44005a352c6c1ba6556689a579ecf0d8b984cf60becaaa878c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f666f722d4f6c796d7075732d3434636331312e7376673f7374796c653d666c61742d737175617265)](https://github.com/GetOlympus)[![CodeFactor Grade](https://camo.githubusercontent.com/3e59c02d69637c01cc39770e802a6ab920bae4ef3d0327a7ef896082c1cdfa1d/68747470733a2f2f7777772e636f6465666163746f722e696f2f7265706f7369746f72792f6769746875622f4765744f6c796d7075732f6f6c796d7075732d64696f6e79736f732d6669656c642d7274652f62616467653f7374796c653d666c61742d737175617265)](https://www.codefactor.io/repository/github/getolympus/olympus-dionysos-field-rte)[![Packagist Version](https://camo.githubusercontent.com/87d516aac89ecf620e03d979ecaeef40680fc65b5bf644f0cbb65204e1fc15cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6765746f6c796d7075732f6f6c796d7075732d64696f6e79736f732d6669656c642d7274652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/getolympus/olympus-dionysos-field-rte)[![MIT](https://camo.githubusercontent.com/68035de4b7f69ada20e98e34172f47d361b83a017c8045200fc338660c467897/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49545f4c6963656e73652d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/GetOlympus/olympus-dionysos-field-rte/blob/master/LICENSE)

> This component is a part of the **Olympus Dionysos fields** for **WordPress**.
> It uses the default WordPress RTE field.

```
composer require getolympus/olympus-dionysos-field-rte
```

---

Table of contents
-----------------

[](#table-of-contents)

[Field initialization](#field-initialization) • [Variables definition](#variables-definition) • [Retrive data](#retrive-data) • [Release history](#release-history) • [Contributing](#contributing)

---

Field initialization
--------------------

[](#field-initialization)

Use the following lines to add a `rte field` in your **WordPress** admin pages or custom post type meta fields:

```
return \GetOlympus\Dionysos\Field\Rte::build('my_rte_field_id', [
    'title'       => 'How do Penguins drink their cola?',
    'default'     => 'On the rocks.',
    'description' => 'A simple question to know if you will be able to survive to the Penguin domination.',

    /**
     * RTE settings
     * @see https://codex.wordpress.org/Function_Reference/wp_editor
     */
    'settings' => [
        'teeny'         => false,
        'textarea_rows' => 8,
    ]
]);
```

Variables definition
--------------------

[](#variables-definition)

VariableTypeDefault valueAccepted valueDescription`title`String`'Rte'`*empty*`default`String*empty**empty*Sets default value if none found`description`String*empty**empty*`settings`Arraysee [Field initialization](#field-initialization)see [WordPress reference](https://codex.wordpress.org/Function_Reference/wp_editor)For `rte` mode onlyRetrive data
------------

[](#retrive-data)

Retrieve your value from Database with a simple `get_option('my_rte_field_id', '')` (see [WordPress reference](https://developer.wordpress.org/reference/functions/get_option/)):

```
// Get RTE from Database
$rte = get_option('my_rte_field_id', '');

// Display RTE in HTML tag
echo ''.htmlspecialchars($rte).'';
```

Release History
---------------

[](#release-history)

VersionNote0.0.1Initial commitContributing
------------

[](#contributing)

1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request

---

**Built with ♥ by [Achraf Chouk](https://github.com/crewstyle "Achraf Chouk") ~ (c) since a long time.**

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

877d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

phpframeworkwordpressfieldcustomrteolympusdionysos

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/getolympus-olympus-dionysos-field-rte/health.svg)

```
[![Health](https://phpackages.com/badges/getolympus-olympus-dionysos-field-rte/health.svg)](https://phpackages.com/packages/getolympus-olympus-dionysos-field-rte)
```

PHPackages © 2026

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