This is a porting from libphonenumber-for-php to Laravel framework
rekuestlab/libphonenumber-laravel is a Laravel package for this is a porting from libphonenumber-for-php to laravel framework.
It currently has 0 GitHub stars and 199 downloads on Packagist (latest version v2.0.2).
Install it with composer require rekuestlab/libphonenumber-laravel.
Discover more Laravel packages by rekuestlab
or browse all Laravel packages to compare alternatives.
Last updated
this is a porting library to libphonenumber-for-php to libphonenumber-for-laravel
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,
],