jcain / asserts-lr
A library of informative assertions and exceptions for PHP 7.4+.
Installs: 30
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1
Forks: 0
pkg:composer/jcain/asserts-lr
Requires
- php: ^7.4
 
This package is auto-updated.
Last update: 2025-10-22 18:47:09 UTC
README
Asserts LR is a library of informative assertions and exceptions for PHP 7.4+.
Installation
composer require jcain/asserts-lr
Component stability statuses
| Component | Stability | Since | 
|---|---|---|
| AssertArg | alpha | 0.0 | 
| AssertRet | alpha | 0.0 | 
| Exceptions | alpha | 0.0 | 
| InvalidStateException | alpha | 0.0 | 
| NotImplementedException | alpha | 0.0 | 
| UnexpectedConditionException | alpha | 0.0 | 
The Stability column indicates the component's stability status, and the Since column indicates the package version when the component first achieved that stability.
Each component and its members has a stability status indicating how stable the interface and implementation is to depend on in production. The stability may be one of the following:
- alpha: The interface and implementation are unstable and may change significantly.
 - beta: The interface is stable but its implementation is not sufficiently tested.
 - omega: The interface and implementation are stable and considered ready for production use.
 
A component's stability status is the same as the highest stability status of its members. Once a member's stability is raised, it will not be reduced.
License
Asserts LR is licensed under the MIT license. See the LICENSE file for more information.