PHPackages                             blessing/rejection - 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. blessing/rejection

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

blessing/rejection
==================

Rejection is an object that indicates you are rejecting.

v1.4.0(11mo ago)03.7k↑25%1MITPHPCI passing

Since Dec 31Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/bs-community/rejection)[ Packagist](https://packagist.org/packages/blessing/rejection)[ RSS](/packages/blessing-rejection/feed)WikiDiscussions master Synced 3w ago

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

rejection
=========

[](#rejection)

Rejection is an object that indicates you are rejecting.

> We used this in Blessing Skin Server for plugins.

💿 Install
---------

[](#-install)

Run Composer:

```
composer require blessing/rejection

```

🔨 Usage
-------

[](#-usage)

### Create a rejection

[](#create-a-rejection)

```
use Blessing\Rejection;

$rejection = new Rejection('reason');
```

You can pass optional second argument to constructor:

```
$rejection = new Rejection('reason', ['name' => '']);
```

### Retrieve reason

[](#retrieve-reason)

```
$rejection->getReason();
```

### Retrieve data:

[](#retrieve-data)

```
$rejection->getData();
```

If your data is an array, you pass a key:

```
$rejection = new Rejection('reason', ['name' => '']);
$rejection->getData('name');
```

📄 License
---------

[](#-license)

MIT License (c) The Blessing Skin Team

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance50

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~502 days

Total

5

Last Release

359d ago

### Community

Maintainers

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

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

---

Top Contributors

[![g-plane](https://avatars.githubusercontent.com/u/17216317?v=4)](https://github.com/g-plane "g-plane (7 commits)")[![Asnxthaony](https://avatars.githubusercontent.com/u/12845643?v=4)](https://github.com/Asnxthaony "Asnxthaony (1 commits)")[![tnqzh123](https://avatars.githubusercontent.com/u/16630630?v=4)](https://github.com/tnqzh123 "tnqzh123 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/blessing-rejection/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[illuminate/pipeline

The Illuminate Pipeline package.

9348.3M267](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10533.5M989](/packages/illuminate-pagination)[illuminate/redis

The Illuminate Redis package.

8314.4M362](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

224.5M132](/packages/illuminate-cookie)

PHPackages © 2026

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