Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macalimlim/php-fp
Functional Programming in PHP with a twist of Object-Oriented Programming
https://github.com/macalimlim/php-fp
Last synced: 21 days ago
JSON representation
Functional Programming in PHP with a twist of Object-Oriented Programming
- Host: GitHub
- URL: https://github.com/macalimlim/php-fp
- Owner: macalimlim
- Created: 2014-10-15T05:34:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-03T04:31:27.000Z (about 10 years ago)
- Last Synced: 2024-11-03T21:30:20.907Z (2 months ago)
- Language: PHP
- Size: 219 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP-FP
## Functional Programming in PHP with a twist of Object-Oriented Programming
This library is designed to teach Functional Programming to PHP developers.
This can also be used in production systems. Just be aware that it mostly use recursion as its looping construct,
it could blow up your stack for very large data inputs.