PHPackages                             phix/exceptionslib - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. phix/exceptionslib

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

phix/exceptionslib
==================

exceptionslib is a simple-to-use PHP component that simplifies error handling in your PHP apps and components

1.1.6(12y ago)333.9k↓50%4BSD-3-ClausePHP

Since Jun 8Pushed 12y ago1 watchersCompare

[ Source](https://github.com/stuartherbert/ExceptionsLib)[ Packagist](https://packagist.org/packages/phix/exceptionslib)[ Docs](https://github.com/stuartherbert/ExceptionsLib/)[ RSS](/packages/phix-exceptionslib/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (4)

ExceptionsLib
=============

[](#exceptionslib)

**ExceptionsLib** is a simple-to-use PHP component that simplifies error handling in your PHP apps and components.

System-Wide Installation
------------------------

[](#system-wide-installation)

ExceptionsLib should be installed using the [PEAR Installer](http://pear.php.net). This installer is the PHP community's de-facto standard for installing PHP components.

```
sudo pear channel-discover pear.phix-project.org
sudo pear install --alldeps phix/ExceptionsLib

```

As A Dependency On Your Component
---------------------------------

[](#as-a-dependency-on-your-component)

If you are creating a component that relies on ExceptionsLib, please make sure that you add ExceptionsLib to your component's package.xml file:

```

      ExceptionsLib
      pear.phix-project.org
      1.0.0
      1.999.9999

```

Usage
-----

[](#usage)

The best documentation for ExceptionsLib are the unit tests, which are shipped in the package. You will find them installed into your PEAR repository, which on Linux systems is normally /usr/share/php/test.

Development Environment
-----------------------

[](#development-environment)

If you want to patch or enhance this component, you will need to create a suitable development environment. The easiest way to do that is to install phix4componentdev:

```
# phix4componentdev
sudo apt-get install php5-xdebug
sudo apt-get install php5-imagick
sudo pear channel-discover pear.phix-project.org
sudo pear -D auto_discover=1 install -Ba phix/phix4componentdev

```

You can then clone the git repository:

```
# ExceptionsLib
git clone git@github.com:stuartherbert/ExceptionsLib.git

```

Then, install a local copy of this component's dependencies to complete the development environment:

```
# build vendor/ folder
phing build-vendor

```

To make life easier for you, common tasks (such as running unit tests, generating code review analytics, and creating the PEAR package) have been automated using [phing](http://phing.info). You'll find the automated steps inside the build.xml file that ships with the component.

Run the command 'phing' in the component's top-level folder to see the full list of available automated tasks.

License
-------

[](#license)

See LICENSE.txt for full license details.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 95.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 ~0 days

Total

2

Last Release

4727d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2dc3934d5c3ce55e18dca95d52b564fb2a34986770af3c532dba6c248ef58f3a?d=identicon)[stuartherbert](/maintainers/stuartherbert)

---

Top Contributors

[![stuartherbert](https://avatars.githubusercontent.com/u/7926?v=4)](https://github.com/stuartherbert "stuartherbert (92 commits)")[![qix](https://avatars.githubusercontent.com/u/212593?v=4)](https://github.com/qix "qix (4 commits)")

---

Tags

exceptionserror handling

### Embed Badge

![Health badge](/badges/phix-exceptionslib/health.svg)

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

###  Alternatives

[lsrur/inspector

Laravel Inspector, debugging and profiling tools for Web Artisans

23441.1k](/packages/lsrur-inspector)[vasek-purchart/tracy-blue-screen-bundle

This bundle lets you use the Tracy's debug screen in combination with the the default profiler in your Symfony application.

1177.6k](/packages/vasek-purchart-tracy-blue-screen-bundle)

PHPackages © 2026

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