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

ActiveLibrary

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

Rejection is an object that indicates you are rejecting.

v1.4.0(10mo ago)03.4k↓53.1%1MITPHPCI passing

Since Dec 31Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/bs-community/rejection)[ Packagist](https://packagist.org/packages/blessing/rejection)[ RSS](/packages/blessing-rejection/feed)WikiDiscussions master Synced 1mo 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

41

—

FairBetter than 88% of packages

Maintenance57

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

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

313d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/91d034d624b0462568734c0dbba99eab43e23b5b1ed5009d5a24bbd4bdc7f8c1?d=identicon)[gplane](/maintainers/gplane)

![](https://www.gravatar.com/avatar/943d05ca6b368c3689810455068edf966efe57a4a3dea8a7cf335a2575110f83?d=identicon)[Asnxthaony](/maintainers/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

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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