SaaSHub helps you find the best software and product alternatives Learn more →
Functional PHP Alternatives
Similar projects and alternatives to Functional PHP
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
effectful
An easy to use, fast extensible effects library with seamless integration with the existing Haskell ecosystem.
-
-
-
-
-
-
-
-
-
-
-
-
abrouter
Main ABRouter product repository that contains docker-compose file and orchestrates the project containers.
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better Functional PHP alternative or higher similarity.
Functional PHP discussion
Functional PHP reviews and mentions
Posts with mentions or reviews of Functional PHP.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-09.
-
I asked GPT-4 what top 5 improvements it would make to the PHP language to make it more competitive
A lot of this can be handled in userland. For examples libraries such as https://github.com/lstrojny/functional-php/blob/main/docs/functional-php.md handle a lot of this.
-
How do I become a better dev?
I’m also trying to use all of these at least once or twice to have these tools under my belt should I want them https://github.com/lstrojny/functional-php
- How to Lose Functional Programming at Work
-
PHP 8.2 Released
https://github.com/lstrojny/functional-php
The no-brainers to me are the missing array_some()/array_any() array_every()/array_all() and an array_search() that takes a predicate an iterable. I do these now in userland but an optimized native version would be nice.
-
PHP Map - PHP arrays and collections made easy
Functional PHP, which provides a lot of similar functionality, also uses pluck and has for many years https://github.com/lstrojny/functional-php
-
Simple Composition with Array.Reduce
While looking at functional-php, I saw a pretty neat way of doing composition with an array_reduce method, and wanted to recreate it in JavaScript. There are plenty of libraries that implement this (and do so more effectively), but it's pretty fun knowing that you can get this functionality with a couple lines of plain JavaScript.
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Jun 2026
Stats
Basic Functional PHP repo stats
6
1,988
0.0
3 months ago
lstrojny/functional-php is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Functional PHP is PHP.