Download the PHP package oihana/php-exceptions without Composer
On this page you can find all versions of the php package oihana/php-exceptions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oihana/php-exceptions
More information about oihana/php-exceptions
Files in oihana/php-exceptions
Package php-exceptions
Short Description The Oihana PHP Core library
License MPL-2.0
Homepage https://github.com/BcommeBois/oihana-php-exceptions
Informations about the package php-exceptions
Oihana PHP - Exceptions library

A curated set of reusable custom exception classes for PHP.
Oihana PHP Exceptions is a lightweight, framework-agnostic library providing a collection of well-defined exception classes that extend PHPโs native Exception class.
Each exception type is designed to represent a clear and specific error scenario, making your error handling more expressive, consistent, and easier to maintain.
๐ Documentation
Full project documentation is available at:
- ๐ https://bcommebois.github.io/oihana-php-exceptions
- ๐ CHANGELOG.md
๐ฆ๏ธ Installation
Requires PHP 8.4+
Install via Composer:
โจ Features
- ๐ Ready-to-use exception classes for common application errors.
- ๐งฉ Extends the standard Exception class (or RuntimeException, InvalidArgumentException, etc. where relevant).
- ๐ Improves code readability and error semantics.
- โก Lightweight with zero external dependencies.
- ๐ฆ Easily integrable in any PHP project or framework.
โ Running Unit Tests
To run all tests:
๐งพ License
This project is licensed under the Mozilla Public License 2.0 (MPL-2.0).
๐ค About the author
- Author : Marc ALCARAZ (aka eKameleon)
- Mail : [email protected]
- Website : http://www.ooop.fr
All versions of php-exceptions with dependencies
ext-intl Version *