LaravelPackages.net
Acme Inc.
Toggle sidebar
rekuestlab/libphonenumber-laravel

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

199
0
v2.0.2
About rekuestlab/libphonenumber-laravel

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

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,
],
Comments