# Laravel Helpers

<a href="https://travis-ci.org/laravel/helpers"><img src="https://travis-ci.org/laravel/helpers.svg" alt="Build Status"></a>
<a href="https://packagist.org/packages/laravel/helpers"><img src="https://poser.pugx.org/laravel/helpers/d/total.svg" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/laravel/helpers"><img src="https://poser.pugx.org/laravel/helpers/v/stable.svg" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/laravel/helpers"><img src="https://poser.pugx.org/laravel/helpers/license.svg" alt="License"></a>

This package provides a backwards compatibility layer for Laravel 5.8 helpers in the latest Laravel release.

**We are not accepting new helpers.**

## Installation

Install the package with Composer: 

    composer require laravel/helpers

## Official Documentation

Documentation for the equivalent methods on the `Arr` and `Str` classes can be found on the [Laravel website](https://laravel.com/docs/helpers).

## License

Laravel Helpers is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
