PHP Package: propaganistas/laravel-phone

Laravel-phone is a PHP library providing phone number validation and formatting for Laravel applications.

Current Version: 5.3.4
Last Updated: 2025-02-24
PHP Requirement: ^8.1
Dependencies:
illuminate/support
symfony/http-foundation
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 6.0.0

Clock Coming soon

Previous Versions

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.