PHPackages                             arispati/emoji-remover - 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. arispati/emoji-remover

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

arispati/emoji-remover
======================

PHP library that remove an emoji from text

v0.1.4(3y ago)30341.5k—8.6%[2 issues](https://github.com/arispati/emoji-remover/issues)MITPHPPHP &gt;=7

Since Jan 8Pushed 3y ago2 watchersCompare

[ Source](https://github.com/arispati/emoji-remover)[ Packagist](https://packagist.org/packages/arispati/emoji-remover)[ Docs](https://github.com/arispati/emoji-remover)[ RSS](/packages/arispati-emoji-remover/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (7)Used By (0)

EmojiRemover
============

[](#emojiremover)

PHP library that remove an emoji from text

How to Install
--------------

[](#how-to-install)

- Install with composer

```
composer require arispati/emoji-remover
```

How to Use
----------

[](#how-to-use)

```
use Arispati\EmojiRemover\EmojiRemover;

// text with emoji
$text = "Emoji 🌆";

// filter the emoji
$textFiltered = EmojiRemover::filter($text);
// result: "Emoji "

// replace emoji to another string
$textReplaced = EmojiRemover::filter($text, 'removed');
// result: "Emoji removed"
```

Testing
-------

[](#testing)

```
composer test
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity44

Moderate usage in the ecosystem

Community8

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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

Total

5

Last Release

1203d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

emojiphpremoveremojiemoji remover

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/arispati-emoji-remover/health.svg)

```
[![Health](https://phpackages.com/badges/arispati-emoji-remover/health.svg)](https://phpackages.com/packages/arispati-emoji-remover)
```

###  Alternatives

[rinvex/countries

Rinvex Countries is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, flags, emoji, and other attributes for all 250 countries worldwide at your fingertips.

1.7k7.4M48](/packages/rinvex-countries)[iamcal/php-emoji

This is a PHP library for dealing with Emoji, allowing you to convert between various native formats and displaying them using HTML.

1.3k481.1k](/packages/iamcal-php-emoji)[spatie/emoji

Display emoji characters

4671.2M32](/packages/spatie-emoji)[joypixels/emoji-toolkit

JoyPixels is a complete set of emoji designed for the web. The emoji-toolkit includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to JoyPixels emoji images. PNG formats provided for the emoji images.

465817.1k7](/packages/joypixels-emoji-toolkit)[elvanto/litemoji

A PHP library simplifying the conversion of unicode, HTML and shortcode emoji.

864.6M8](/packages/elvanto-litemoji)[christofferok/laravel-emojione

Laravel helper for EmojiOne

139115.8k](/packages/christofferok-laravel-emojione)

PHPackages © 2026

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