PHP Package: propaganistas/laravel-phone
Laravel-phone is a PHP library providing phone number validation and formatting for Laravel applications.
Package Description
Laravel-phone is a comprehensive PHP library designed to handle phone number validation and formatting within Laravel projects. It offers seamless integration, simplifying the process of working with phone numbers. With detailed documentation and easy-to-use functions, Laravel-phone enhances user experience by ensuring accurate phone number management.
Download Latest Version: 6.0.0

Previous Versions
v5.3.4
v5.3.6 - Coming soon
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/propaganistas/laravel-phone/6.0.0/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';
require_once 'libs/symfony/http-foundation/7.3.4/loader.php';
use Propaganistas\Phone\Phone;
$obj = new Phone();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.