rekuestlab/libphonenumber-laravel

This is a porting from libphonenumber-for-php to Laravel framework

Downloads

198

Stars

0

Version

v2.0.2

libphonenumber-laravel

this is a porting library to libphonenumber-for-php to libphonenumber-for-laravel

Installation

Run the following command to install the latest version of the package

composer require rekuestlab/libphonenumber-laravel

Laravel

In your app config, add the Service Provider to the $providers array

'providers' => [
   ...
   Rekuest\ServiceProvider\RekuestServiceProvider::class,
],
RekuestLab

Author

RekuestLab