alairock / lodash
Normalizaton of php functions
Installs: 1 269
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- php: >=5.6
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2022-02-01 12:48:10 UTC
README
lodash
Normalization of PHP functions, specifically array, but will problem extend to other areas of PHP.
This (will be) similar to that of this project or Underscore.js however with a specificity to PHP. The main difference is the notion of immutibility of the original array, however there will be other differences as well. This is currently a work in progress.