2017 © Pedro Peláez
 

library monatic

Fiddling with the monad concept in php

image

shrink0r/monatic

Fiddling with the monad concept in php

  • Thursday, December 8, 2016
  • by shrink
  • Repository
  • 5 Watchers
  • 24 Stars
  • 4,751 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

monatic

Latest-Stable-Version [License][10] Latest Unstable Version Build Status Coverage Status Code Climate Dependency Status [Stories in Ready][9] Total Composer Downloads, (*1)

Purpose

Fiddling with the monad concept in php., (*2)

Requirements and installation

  • PHP v5.6+

Install the library via Composer:, (*3)

./composer.phar require shrink0r/monatic [optional version], (*4)

Adding it manually as a vendor library requirement to the composer.json file of your project works as well:, (*5)

{
    "require": {
        "shrink0r/monatic": "^0.2"
    }
}

Alternatively, you can download a release archive from the available releases page., (*6)

Documentation

  • Usage
  • [Markdown API-Doc](docs/md/2. Classes.md)

Community

None, but you may join the freenode IRC #honeybee channel anytime. :-), (*7)

Contributors

Please contribute by forking and sending a pull request. More information can be found in the CONTRIBUTING.md file. The authors and contributors are mentioned in the github contributors graph of this repository., (*8)

The code tries to adhere to the following PHP-FIG standards: PSR-4, PSR-1 and PSR-2., (*9)

Changelog

See CHANGELOG.md for more information about changes., (*10)

License

This project is MIT licensed. See the linked license for details., (*11)

The Versions