shrink0r / monatic
Fiddling with the monad concept in php
Installs: 5 238
Dependents: 4
Suggesters: 0
Security: 0
Stars: 24
Watchers: 6
Forks: 1
Open Issues: 2
Requires
- php: ^7.0
- symfony/property-access: ^4.0 || ^5.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.2
- phploc/phploc: ^5.0 || ^6.0
- phpmd/phpmd: ^2.8
- phpunit/phpunit: ^5.5 || ^6.0 || ^7.0
- roave/security-advisories: dev-master
- squizlabs/php_codesniffer: ^2.7
This package is auto-updated.
Last update: 2024-10-19 22:34:43 UTC
README
Purpose
Fiddling with the monad concept in php.
Requirements and installation
- PHP v5.6+
Install the library via Composer:
./composer.phar require shrink0r/monatic [optional version]
Adding it manually as a vendor library requirement to the composer.json
file of your project works as well:
{ "require": { "shrink0r/monatic": "^0.2" } }
Alternatively, you can download a release archive from the available releases page.
Documentation
- Usage
- [Markdown API-Doc](docs/md/2. Classes.md)
Community
None, but you may join the freenode IRC #honeybee
channel anytime. :-)
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.
The code tries to adhere to the following PHP-FIG standards: PSR-4, PSR-1 and PSR-2.
Changelog
See CHANGELOG.md
for more information about changes.
License
This project is MIT licensed. See the linked license for details.