Package Data | |
---|---|
Maintainer Username: | RekuestLab |
Maintainer Contact: | h.deluca@rekuest.net (Hertox) |
Package Create Date: | 2017-03-01 |
Package Last Update: | 2017-03-01 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-07 03:02:01 |
Package Statistics | |
---|---|
Total Downloads: | 198 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 0 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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,
],