Download the PHP package bytic/assert without Composer
On this page you can find all versions of the php package bytic/assert. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package assert
Assert
Validating data and throwing exceptions is a great way to make your code more robust. It comes in handy especially in domain logic objects like Actions or Commands.
Why another assertion library
There are two great and very used PHP assertion libraries:
- [beberlei/assert]
- [webmozart/assert]
What we hope to achive with this implementation is to provide:
- chained assertions (we really like the Pest expectations approach)
- a fluent way to provide optional arguments (messages, code etc.)
- provide custom exception classes
Usage
Inspiration
All versions of assert with dependencies
PHP Build Version
Package Version
The package bytic/assert contains the following files
Loading the files please wait ....