You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-57Lines changed: 21 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,83 +1,47 @@
1
1
# Predicate
2
2
3
-
Predicate is a simple library which aims to make using PHP's `array_map` and
4
-
`array_filter` functions a more pleasent experience - and resulting in cleaner
5
-
code.
3
+
Predicate is a simple library which aims to make using PHP's `array_map`
4
+
function a more pleasent experience - and resulting in cleaner code.
6
5
7
-
Predicate is a collection of helper functions for common filter and transform
8
-
actions.
6
+
Predicate is a collection of helper functions for common transform actions.
7
+
8
+
For a great companion library of predicates to make your `array_filter` code also look great, see [Pentothal](https://github.com/Giuseppe-Mazzapica/Pentothal).
0 commit comments