rekuestlab / libphonenumber-laravel
This is a porting from libphonenumber-for-php to Laravel framework
v2.0.2
2017-03-01 17:38 UTC
Requires
- giggsey/libphonenumber-for-php: ^7.0|^8.0
- illuminate/support: ^4.0|^5.0
This package is not auto-updated.
Last update: 2025-02-05 22:55:55 UTC
README
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, ],