Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 11 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T06:49:02.000Z (over 1 year ago)
- Last Synced: 2025-01-25T06:03:55.607Z (12 days ago)
- Topics: array-manipulations, php, tools, utilities
- Language: PHP
- Homepage: https://maciejczyzewski.github.io/bottomline/index.html
- Size: 744 KB
- Stars: 481
- Watchers: 27
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# bottomline
[![Tests](https://github.com/maciejczyzewski/bottomline/actions/workflows/ci.yml/badge.svg)](https://github.com/maciejczyzewski/bottomline/actions/workflows/ci.yml)
![GitHub](https://img.shields.io/github/license/maciejczyzewski/bottomline)
[![Packagist Version](https://img.shields.io/packagist/v/maciejczyzewski/bottomline)](https://packagist.org/packages/maciejczyzewski/bottomline)
[![Packagist Version](https://img.shields.io/packagist/v/maciejczyzewski/bottomline?include_prereleases)](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)