Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.