https://github.com/maciejczyzewski/bottomline
A full-on PHP manipulation utility-belt that provides support for the usual functional. :package:
https://github.com/maciejczyzewski/bottomline
array-manipulations php tools utilities
Last synced: 9 months ago
JSON representation
A full-on PHP manipulation utility-belt that provides support for the usual functional. :package:
- Host: GitHub
- URL: https://github.com/maciejczyzewski/bottomline
- Owner: maciejczyzewski
- License: mit
- Created: 2013-12-29T23:43:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T11:47:46.000Z (12 months ago)
- Last Synced: 2025-04-13T06:14:49.427Z (10 months ago)
- Topics: array-manipulations, php, tools, utilities
- Language: PHP
- Homepage: https://maciejczyzewski.github.io/bottomline/index.html
- Size: 741 KB
- Stars: 481
- Watchers: 26
- Forks: 33
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# bottomline
[](https://github.com/maciejczyzewski/bottomline/actions/workflows/ci.yml)

[](https://packagist.org/packages/maciejczyzewski/bottomline)
[](https://packagist.org/packages/maciejczyzewski/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](./CONTRIBUTING.md) section for more information.
[View the documentation »](https://maciejczyzewski.github.io/bottomline/)
## Requirements
- PHP 5.5+
- mbstring
## Benchmarks
## Thanks
* Yoan Tournade ([@MonsieurV](https://github.com/MonsieurV))
* Vladimir Jimenez ([@allejo](https://github.com/allejo))
* Brandtley McMinn ([@bmcminn](https://github.com/bmcminn))
* Ivan Ternovtsiy ([@diaborn19](https://github.com/diaborn19))
* Tobias Seipke ([@nullpunkt](https://github.com/nullpunkt))
## License
[MIT](./LICENSE)