PHPackages                             helick/better-excerpt - 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. helick/better-excerpt

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

helick/better-excerpt
=====================

The Helick better excerpt plugin

v1.2.0(6y ago)1215MITPHPPHP &gt;=7.1

Since Jul 31Pushed 6y agoCompare

[ Source](https://github.com/helick/better-excerpt)[ Packagist](https://packagist.org/packages/helick/better-excerpt)[ RSS](/packages/helick-better-excerpt/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Helick Better Excerpt
=====================

[](#helick-better-excerpt)

[![Latest Version on Packagist](https://camo.githubusercontent.com/186e03f04860789c27d2a751978d88d69885f86c7fd8ef99704098f53488e996/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68656c69636b2f6265747465722d657863657270742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/helick/better-excerpt)[![Total Downloads](https://camo.githubusercontent.com/cf5343e474edb886f39328645cbe86f509178364a69c32aa9ce05a6113684902/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68656c69636b2f6265747465722d657863657270742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/helick/better-excerpt)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Quality Score](https://camo.githubusercontent.com/950bc6f4454ea572e6c00d6cf3d2a26555a759ad538249ab7f8a9863ac2347f5/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f68656c69636b2f6265747465722d657863657270742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/helick/better-excerpt)

The plugin enables TinyMCE editor for post excerpt.

Requirements
------------

[](#requirements)

Make sure all dependencies have been installed before moving on:

- [PHP](http://php.net/manual/en/install.php) &gt;= 7.1
- [Composer](https://getcomposer.org/download/)

Install
-------

[](#install)

Via Composer:

```
$ composer require helick/better-excerpt
```

Usage
-----

[](#usage)

### Custom post type support

[](#custom-post-type-support)

Control supported post types:

```
add_filter('helick_better_excerpt_supported_post_types', function (array $postTypes) {
    $postTypes[] = 'your-custom-post-type';

    return $postTypes;
});
```

Control the editor settings:

```
add_filter('helick_better_excerpt_editor_settings', function (array $settings) {
    $settings['media_buttons'] = true;

    return $settings;
});
```

Control the editor buttons:

```
add_filter('helick_better_excerpt_editor_buttons', function (array $buttons) {
    $buttons[] = 'alignleft';
    $buttons[] = 'alignright';
    $buttons[] = 'aligncenter';

    return $buttons;
});
```

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Evgenii Nasyrov](https://github.com/nasyrov)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Total

3

Last Release

2527d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d5180ba0cd30309ada4562457c6337069906fea97f827f1c24b82fddb1bdc9a?d=identicon)[nasyrov](/maintainers/nasyrov)

---

Tags

composerwordpresswordpress-pluginhelickbetter excerpt

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/helick-better-excerpt/health.svg)

```
[![Health](https://phpackages.com/badges/helick-better-excerpt/health.svg)](https://phpackages.com/packages/helick-better-excerpt)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[mautic/core

Mautic Open Source Distribution

10.0k2.6k9](/packages/mautic-core)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3376.6k](/packages/starcitizentools-citizen-skin)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19251.4k2](/packages/civicrm-civicrm-drupal-8)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)

PHPackages © 2026

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