pirminis/maybe-monad
Composer 安装命令:
composer require pirminis/maybe-monad
包简介
PHP monad library
README 文档
README
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:
"require": {
"pirminis/maybe-monad": "~1.2"
},
"autoload": {
"files": ["vendor/pirminis/maybe-monad/lib/global.php"]
}
Examples
Dont be a jerk and check example.php, it is simple and easy to understand:
php example.php
Tests
Use phpunit in project folder:
phpunit tests
Bugs?
$how_much_I_care = \Maybe('that much'); echo $how_much_I_care->val('not that much');
统计信息
- 总下载量: 1k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-10