PHPackages                             ext/exception - 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. ext/exception

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

ext/exception
=============

exception

1.0.3(8mo ago)0523MITPHPPHP &gt;=8.2

Since Oct 17Pushed 8mo agoCompare

[ Source](https://github.com/php-exts/exception)[ Packagist](https://packagist.org/packages/ext/exception)[ Docs](https://github.com/php-exts/exception)[ RSS](/packages/ext-exception/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (5)Versions (8)Used By (3)

 PHP Dev Template

Features
--------

[](#features)

- exceptions

Usage
-----

[](#usage)

```
use Zeus\Exception\InvalidArgumentException;
try {
  throw new InvalidArgumentException('test');
} catch (InvalidArgumentException $e) {
  echo $e->getMessage();
}
```

Installation
------------

[](#installation)

- Install with [Composer](https://getcomposer.org/)
    - `composer require ext/exception`

Documentation
-------------

[](#documentation)

- [Report](https://github.com/php-exts/exception/issues?q=sort%3Aupdated-desc%20is%3Aissue%20is%3Aopen%20label%3Abug)

CHANGELOG
---------

[](#changelog)

See CHANGELOG.md

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

[](#contributing)

-

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

-

License
-------

[](#license)

The XXX is open-sourced software licensed under the MIT license.

Example See

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance61

Regular maintenance activity

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

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

Total

7

Last Release

246d ago

Major Versions

0.0.4 → 1.0.12025-10-18

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

composerexceptionphpexception

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ext-exception/health.svg)

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

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21623.4k](/packages/imanghafoori-laravel-anypass)[phpattempt/phpattempt

Helper function to enforce error-first approach in your code

1715.1k](/packages/phpattempt-phpattempt)

PHPackages © 2026

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