Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

Awesome Lists containing this project

README

        


Bottomline logo
Bottomline logo

# 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)