Y
Hacker News
new
|
ask
|
show
|
jobs
by
mpetrovich
32 days ago
I found php’s array methods lacking as well. The inconsistencies are a pain. I ended up porting many of the methods from lodash, underscore, etc. to php:
https://github.com/mpetrovich/dash
Maybe you’ll find it helpful