Download the PHP package pirminis/maybe-monad without Composer
On this page you can find all versions of the php package pirminis/maybe-monad. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pirminis/maybe-monad
More information about pirminis/maybe-monad
Files in pirminis/maybe-monad
Download pirminis/maybe-monad
More information about pirminis/maybe-monad
Files in pirminis/maybe-monad
Vendor pirminis
Package maybe-monad
Short Description PHP monad library
License MIT
Homepage https://github.com/pirminis/maybe-monad
Package maybe-monad
Short Description PHP monad library
License MIT
Homepage https://github.com/pirminis/maybe-monad
Please rate this library. Is it a good library?
Informations about the package maybe-monad
maybe-monad
Simple Maybe
monad library for PHP
. Makes your life easier by making your code safer and by keeping your code stylish.
What is this library about
Graceful handling of null
values.
Installation
Composer:
Examples
Dont be a jerk and check example.php
, it is simple and easy to understand:
Tests
Use phpunit in project folder:
Bugs?
$how_much_I_care = \Maybe('that much'); echo $how_much_I_care->val('not that much');
All versions of maybe-monad with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package pirminis/maybe-monad contains the following files
Loading the files please wait ....