Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 263 Bytes

File metadata and controls

7 lines (6 loc) · 263 Bytes

phpmonad

phpmonad is a simple library of monads for PHP. It currently only offers the Maybe and Either monads. The former is refered to in my blog post on the Maybe monad in PHP.

License

The code is released under the ISC license.