Download the PHP package carlosgoce/expressive without Composer
On this page you can find all versions of the php package carlosgoce/expressive. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download carlosgoce/expressive
More information about carlosgoce/expressive
Files in carlosgoce/expressive
Download carlosgoce/expressive
More information about carlosgoce/expressive
Files in carlosgoce/expressive
Vendor carlosgoce
Package expressive
Short Description Adds syntactical sugar to your conditional checks, arrays and more
License MIT
Package expressive
Short Description Adds syntactical sugar to your conditional checks, arrays and more
License MIT
Please rate this library. Is it a good library?
Informations about the package expressive
Expressive
Adds syntactical sugar to your conditional checks, arrays and more.
Notes
- Like methods use == comparison instead of ===
- You can make your method call in static or non static way
- If a method is not found an UndefinedMethodException will be throwed
CarlosGoce\Expressive\Is
CarlosGoce\Expressive\Not
CarlosGoce\Expressive\Raise
CarlosGoce\Expressive\Execute
CarlosGoce\Expressive\ArrayTask
Express Facade
You can also use the express facade so you won't need to import all the classes. You can use it in a static way or as non static to easier mocking.
Examples:
Usage
Some real world examples:
All versions of expressive with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package carlosgoce/expressive contains the following files
Loading the files please wait ....