issues
search
lstrojny
/
functional-php
Primitives for functional programming in PHP
MIT License
1.98k
stars
202
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Small changes so tests run smoothly
#253
vichfs
opened
3 hours ago
0
ci: bump ubuntu
#252
simPod
opened
9 months ago
0
feat: drop support for EOLed php
#251
simPod
opened
9 months ago
0
Add phpstan typing annotations
#250
KmeCnin
opened
11 months ago
5
Some minor fixes I ran into while using the library in PHP 8.1
#249
rikmeijer
closed
1 year ago
0
Tail Recursion does not work
#248
DrDub
opened
1 year ago
2
Updated package to min php 7.4 and fixed tests
#247
tmihalicka
closed
1 year ago
0
Add iterable to the method definitions
#246
mschop
opened
2 years ago
0
`take_left(sequence_linear(date('Y') - 3, 1), 3)` infinite loop
#245
Maxdw
opened
2 years ago
0
Add `cartesian_product` and `InvalidArgumentException::assertStringable`
#244
someonewithpc
opened
2 years ago
1
Add `entries` and `from_entries`, similar to JavaScript's `Object.entries` and `Object.fromEntries`
#243
someonewithpc
closed
2 years ago
10
classnames utility function added
#242
hrrarya
closed
3 years ago
1
Reopen PR #228
#241
peter279k
closed
3 years ago
0
Use php-quickcheck for testing
#240
lstrojny
opened
3 years ago
0
Use array_key_exists on arrays in pick()
#239
lstrojny
closed
3 years ago
0
Support PHP 8
#238
lstrojny
closed
3 years ago
1
Switch to GitHub actions
#237
lstrojny
closed
3 years ago
0
fix: PHP 8 problems
#236
phanan
closed
3 years ago
3
fix: typo in match() deprecation message
#235
phanan
closed
3 years ago
0
Adding key_sort functionality
#234
adrianpanicek
opened
3 years ago
0
When will the php v8 be supported?
#233
Yangeok
closed
3 years ago
3
Proposal: Add compact()
#232
phanan
closed
3 years ago
3
feat: doc improvements
#231
phanan
closed
3 years ago
1
build(deps): add PHP8 support
#230
phanan
closed
3 years ago
1
PHP 8 Support
#229
acelaya
closed
3 years ago
3
Test enhancement
#228
peter279k
closed
3 years ago
1
Fix coding style via PHP_CS and PHP-CS-Fixer
#227
peter279k
closed
3 years ago
1
[BUG] 1.14.0 breaks when opcache.preload is enabled
#226
danfraticiu
closed
3 years ago
1
Prevent hash collisions for object hashing
#225
lstrojny
closed
4 years ago
0
Functional\match() to Functional\matching()
#224
lstrojny
closed
4 years ago
0
Functions can no longer be called `match` on PHP 8
#223
timfennis
closed
4 years ago
0
Fix php 8.0 remove reserved word match.
#222
terabytesoftw
closed
4 years ago
0
Updating Pipe Tests for psalm branch
#221
tzkmx
opened
4 years ago
0
Make these functions more expressive
#220
videni
closed
4 years ago
3
Update build matrix
#219
lstrojny
closed
4 years ago
0
Fix tests
#218
someonewithpc
closed
4 years ago
0
pick should use array_key_exists instead of isset
#217
lorenzomar
closed
3 years ago
3
Support .phpstorm.meta
#216
lstrojny
opened
4 years ago
0
Add `ary` function which ignores arguments over the supplied number
#215
someonewithpc
closed
4 years ago
11
Make default callback the identity function.
#214
jasonmm
closed
4 years ago
3
Bump PHPUnit version to ~9.
#213
jarebear6expepjozn6rakjq5iczi3irqwphcvb
closed
4 years ago
1
Let the default callback argument to function some, none, and every be the identity function
#212
KJSanchez
closed
4 years ago
4
Added examples for `invoke` functions.
#211
mducharm
closed
4 years ago
1
Add null to docblock of `minimum` and `maximum`.
#210
jasonmm
closed
3 years ago
4
unique(), with(), zip(), zip_all()
#209
alexeyshockov
opened
4 years ago
0
Support psalm
#208
lstrojny
opened
4 years ago
10
Update `invoke_first` & `invoke_last` documentation.
#207
jasonmm
closed
4 years ago
1
Add note to docs about using `curry` with `flip`.
#206
jasonmm
closed
4 years ago
1
Converge docs
#205
jasonmm
closed
4 years ago
1
Add `omit_keys` function.
#204
jasonmm
closed
4 years ago
1
Next