Skip to content

Commit

Permalink
omit same
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Aug 21, 2024
1 parent a2f30a2 commit 9d46689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ You might not need this library.
- `lodash-php/lodash-php` imitates Lodash and provides a full range of utilities, uses _arrays_ internally
- `nikic/iter` implements a range of iteration primitives using _generators_, authored by a PHP core team member
- `illuminate/collections` should cover the needs of most Laravel developers, but uses _arrays_ internally
- in many cases, a `foreach` will do the same job
- in many cases, a `foreach` will do the job

Toru library (`dakujem/toru`) does not provide a full range of ready-made transformation functions,
rather provides the most common ones and means to bring in and compose own transformations.
Expand Down

0 comments on commit 9d46689

Please sign in to comment.