RekuestLab / libphonenumber-laravel by RekuestLab

This is a porting from libphonenumber-for-php to Laravel framework
198
0
0
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

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