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-11Lines changed: 21 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ What it does? Filter, order, renaming column, grouping, validating, amongst many
7
7
8
8
-[x] it works with PHP arrays. PHP arrays allows hierarchy structures using indexed and/or associative values.
9
9
-[x] It is aimed at speed.
10
-
-[x] It is minimalist, using the minimum of dependencies and only 1 PHP class. Do you hate when a simple library adds a whole framework as difference? Well, not here.
10
+
-[x] It is minimalist, using the minimum of dependencies and only 1 PHP class. Do you hate when a simple library adds a whole framework as dependency? Well, not here.
11
11
-[x] It works using fluent/nested notations.
12
12
-[x] Every method is documented using PhpDoc.
13
13
@@ -38,7 +38,7 @@ What it does? Filter, order, renaming column, grouping, validating, amongst many
38
38
*[flat](#flat)
39
39
*[group](#group)
40
40
*[example](#example)
41
-
*[indexToColumn](#indextocolumn)
41
+
*[indexToCol](#indextocol)
42
42
*[join](#join)
43
43
*[last](#last)
44
44
*[map](#map)
@@ -63,7 +63,7 @@ What it does? Filter, order, renaming column, grouping, validating, amongst many
0 commit comments