pragmarx/coollection
Coollection repackages Laravel-style collections (via Tightenco\Collect) to let you access items as object properties. Traverse nested arrays/objects with fluent collection methods, then read values like $countries->where('name.common','US')->first()->currency->name.
Improve search by key with any case, snake, camel, kebab, string
Added sortByKey() method
More tests
Huge improvements in speed
More tests
Some bugs squashed
Upgrade script is now using Illuminate\Support\Collection directly. Tagging versions using the current Laravel version number.
More tests
Allow properties to be retrieved as lower or upper case
How can I help you explore Laravel packages today?