rekuestlab / libphonenumber-laravel
This is a porting from libphonenumber-for-php to Laravel framework
Installs: 199
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/rekuestlab/libphonenumber-laravel
Requires
- giggsey/libphonenumber-for-php: ^7.0|^8.0
- illuminate/support: ^4.0|^5.0
This package is not auto-updated.
Last update: 2025-10-02 01:57:54 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, ],