https://github.com/lmnt-dev/philo
A functional programming library for PHP designed to work with existing language constructs in a point-free style. Use it to modularize logical expressions, simplify pattern matching, and create expressive data processing pipelines
https://github.com/lmnt-dev/philo
destructuring functional pattern pattern-matching php
Last synced: about 2 months ago
JSON representation
A functional programming library for PHP designed to work with existing language constructs in a point-free style. Use it to modularize logical expressions, simplify pattern matching, and create expressive data processing pipelines
- Host: GitHub
- URL: https://github.com/lmnt-dev/philo
- Owner: lmnt-dev
- License: mit
- Created: 2020-05-09T23:54:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T20:40:09.000Z (over 5 years ago)
- Last Synced: 2024-04-03T22:05:32.125Z (almost 2 years ago)
- Topics: destructuring, functional, pattern, pattern-matching, php
- Language: PHP
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/lmnt-dev/philo)
[](https://coveralls.io/github/lmnt-dev/philo)
[](https://gitter.im/lmnt-philo/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
# ⍎ ρhilo
Functional & friendly
Requires PHP 7.4+
## Installation
```
composer require lmnt/philo:dev-master
```
Alternatively, if you'd just like to experiment with philo, check out [philo-cli](https://github.com/lmnt-dev/philo-cli)