PHPackages                             stmswitcher/excuseme - 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. stmswitcher/excuseme

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

stmswitcher/excuseme
====================

Error message generator based on prgrammers' excuses.

0.1(9y ago)141MITPHPPHP &gt;=5.4.0

Since Jul 10Pushed 7y ago2 watchersCompare

[ Source](https://github.com/stmswitcher/ExcuseMe)[ Packagist](https://packagist.org/packages/stmswitcher/excuseme)[ RSS](/packages/stmswitcher-excuseme/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

ExcuseMe
========

[](#excuseme)

Error message generator based on programmers' excuses.

\#Installation via composer:

```
composer require "stmswitcher/excuseme:0.1" --dev

```

\#Usage

```
use stmswitcher\excuseme\ExcuseMe;

$excuseme = new ExcuseMe();

echo $excuseme->forCode($exception->getCode());
```

or

```
use stmswitcher\excuseme\ExcuseMe;

echo ExcuseMe::getMessage($locale, $code);
```

\#Localization To use localized messages, you only have to specify your language like this:

```
$excuseme = new ExcuseMe('ru');
```

or

```
echo ExcuseMe::getMessage('ru', $code);
```

Only Russian and English localizations is provided right now. Feel free to contribute excuses for your language! :)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3641d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8dfb0f34ecd9123b9b7f7980237fc7586e2d3db3a4c10e62bbdc3857c9d8279e?d=identicon)[stmswitcher](/maintainers/stmswitcher)

---

Top Contributors

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

---

Tags

error

### Embed Badge

![Health badge](/badges/stmswitcher-excuseme/health.svg)

```
[![Health](https://phpackages.com/badges/stmswitcher-excuseme/health.svg)](https://phpackages.com/packages/stmswitcher-excuseme)
```

###  Alternatives

[liliuwei/thinkphp-jump

适用于thinkphp6.0的跳转扩展

2875.9k1](/packages/liliuwei-thinkphp-jump)[dstuecken/php7ify

php7ify is a project that brings new php7 classes and exceptions to php 5.x.

11158.4k1](/packages/dstuecken-php7ify)[phpattempt/phpattempt

Helper function to enforce error-first approach in your code

1713.6k](/packages/phpattempt-phpattempt)

PHPackages © 2026

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