Design Patterns PHP
sample code for several design patterns in PHP 8 (by domnikl)
Functional PHP
Primitives for functional programming in PHP (by lstrojny)
Design Patterns PHP | Functional PHP | |
---|---|---|
2 | 6 | |
20,863 | 1,984 | |
- | - | |
6.8 | 0.0 | |
almost 2 years ago | 4 months ago | |
PHP | PHP | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Design Patterns PHP
Posts with mentions or reviews of Design Patterns PHP.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-17.
-
100+ Must Know Github Repositories For Any Programmer
6. Design Patterns PHP
- PHP MVC Framework
Functional PHP
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.
What are some alternatives?
When comparing Design Patterns PHP and Functional PHP you can also consider the following projects:
Pipeline - League\Pipeline
PHP Option - Option Type for PHP
RulerZ - Powerful implementation of the Specification pattern in PHP
Monad PHP - A simple Monad library for PHP
Iter - Iteration primitives using generators
escpos-php - PHP library for printing to ESC/POS-compatible thermal and impact printers
Ruler - A simple stateless production rules engine for modern PHP
laminas-code - Extensions to the PHP Reflection API, static code scanning, and code generation
Finite - A Simple PHP Finite State Machine
Design Patterns PHP vs Pipeline
Functional PHP vs PHP Option
Design Patterns PHP vs RulerZ
Functional PHP vs Pipeline
Design Patterns PHP vs Monad PHP
Functional PHP vs Iter
Design Patterns PHP vs escpos-php
Functional PHP vs Ruler
Design Patterns PHP vs laminas-code
Functional PHP vs RulerZ
Design Patterns PHP vs Finite
Functional PHP vs Finite