2017 © Pedro Peláez
 

library maybe-monad

PHP monad library

image

pirminis/maybe-monad

PHP monad library

  • Sunday, October 26, 2014
  • by pirminis
  • Repository
  • 0 Watchers
  • 3 Stars
  • 988 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

maybe-monad

Simple Maybe monad library for PHP. Makes your life easier by making your code safer and by keeping your code stylish., (*1)

What is this library about

Graceful handling of null values., (*2)

Installation

Composer:, (*3)

"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:, (*4)

php example.php

Tests

Use phpunit in project folder:, (*5)

phpunit tests

Bugs?

$how_much_I_care = \Maybe('that much'); echo $how_much_I_care->val('not that much');, (*6)

The Versions

26/10 2014

dev-master

9999999-dev https://github.com/pirminis/maybe-monad

PHP monad library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

monad safe

23/10 2014

1.2.10

1.2.10.0 https://github.com/pirminis/maybe-monad

PHP monad library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

monad safe

23/10 2014

1.2.9

1.2.9.0 https://github.com/pirminis/maybe-monad

PHP monad library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

monad safe

21/10 2014

1.2.8

1.2.8.0 https://github.com/pirminis/maybe-monad

PHP monad library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

monad safe

21/10 2014

1.2.6

1.2.6.0 https://github.com/pirminis/maybe-monad

PHP monad library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

monad safe

21/10 2014

1.2.7

1.2.7.0 https://github.com/pirminis/maybe-monad

PHP monad library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

monad safe

20/10 2014

1.2.5

1.2.5.0 https://github.com/pirminis/maybe-monad

PHP monad library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

monad safe

18/10 2014

1.2.4

1.2.4.0 https://github.com/pirminis/maybe-monad

PHP monad library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

monad safe