maciejczyzewski / bottomline
A full-on PHP manipulation utility belt that provides support for working with arrays, objects, and iterables; a lodash or underscore equivalent for PHP.
Installs: 536 423
Dependents: 15
Suggesters: 0
Security: 0
Stars: 481
Watchers: 27
Forks: 33
Open Issues: 1
Requires
- php: >=5.5.0
- ext-mbstring: *
Requires (Dev)
- doctrine/instantiator: ^1.0||^1.1||^1.4
- erusev/parsedown: ^1.7
- friendsofphp/php-cs-fixer: ^3.2
- kubawerlos/php-cs-fixer-custom-fixers: ^3.6
- nikic/php-parser: ^3.1||^4.13
- phpdocumentor/reflection-docblock: ^3.0||^4.3||^5.2
- phpunit/phpunit: ^4.8||^6.5||^9.5
README
bottomline
bottomline is a PHP utility library, similar to Underscore/Lodash, that utilizes namespaces and dynamic autoloading to improve performance.
NOTE: bottomline is not currently in feature parity with Underscore/Lodash. Review the contributing section for more information.
Requirements
- PHP 5.5+
- mbstring
Benchmarks
Thanks
- Yoan Tournade (@MonsieurV)
- Vladimir Jimenez (@allejo)
- Brandtley McMinn (@bmcminn)
- Ivan Ternovtsiy (@diaborn19)
- Tobias Seipke (@nullpunkt)