ritey/libphonenumber-laravel

Service Provider for libphonenumber-for-php package
9,169
Install
composer require ritey/libphonenumber-laravel
Latest Version:1.1
PHP:>=5.4.0
License:MIT
Last Updated:Jul 20, 2018
Links: GitHub  ·  Packagist
Maintainer: ritey

libphonenumber-laravel

This is a Service Provider and Facade package for the PHP library libphonenumber-for-php to make using the package with Laravel really easy.

Latest Stable Version Total Downloads Latest Unstable Version License

Composer

To install libphonenumber-laravel as a Composer package, simply add this to your composer.json:

"ritey/libphonenumber-laravel": "1.1"

..and run composer update. Once it's installed, if you're using Laravel 5, you can register the service provider in app/config/app.php in the providers array add :

'Ritey\LibPhoneNumberLaravel\LibPhoneNumberLaravelServiceProvider',

You can also benefit from using a Facade in Laravel 5 by adding to the alias array also in app.php below the providers array

'LibPhoneNumber' => 'Ritey\LibPhoneNumberLaravel\LibPhoneNumberLaravelFacade',

Copyright and Licence

libphonenumber-laravel has been coded by David Wright (@ritey) and is released under the MIT License.