<div align="center">
  <img alt="Bottomline logo" width="256" src="./.github/logo-black.png#gh-light-mode-only">
  <img alt="Bottomline logo" width="256" src="./.github/logo-white.png#gh-dark-mode-only">
</div>

# 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 &raquo;](https://maciejczyzewski.github.io/bottomline/)

## Requirements

- PHP 5.5+
- mbstring

## Benchmarks

<div align="center">
  <img src="./.github/benchmarks.png" />
</div>

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