PHP Package: giggsey/libphonenumber-for-php-lite

Libphonenumber-for-PHP-Lite is a lightweight library for PHP that provides phone number parsing, validation, and formatting functionalities.

Current Version: 9.0.7
Last Updated: 2025-06-09
PHP Requirement: ^8.1
Dependencies:
giggsey/libphonenumber-for-php
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Libphonenumber-for-PHP-Lite is a PHP library that allows developers to parse, validate, and format phone numbers efficiently. With a focus on performance and simplicity, this library enables seamless integration of phone number functionality into PHP applications. It supports various phone number-related tasks, such as parsing international phone numbers, validating their correctness, and formatting them according to standard conventions.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 9.0.7

Download Download v9.0.7

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/giggsey/libphonenumber-for-php-lite/9.0.7/loader.php';
require_once 'libs/giggsey/libphonenumber-for-php/9.0.7/loader.php';

use libphonenumber\PhoneNumberUtil;
use libphonenumber\PhoneNumber;

$obj = new PhoneNumberUtil();
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.