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

A lightweight PHP library for phone number validation, formatting, and parsing with libphonenumber integration.

Current Version: 8.13.55
Last Updated: 2025-02-14
PHP Requirement: >=7.1
Dependencies: giggsey/libphonenumber
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

libphonenumber-for-php-lite is a feature-rich PHP library that provides easy-to-use functions for phone number manipulation. It seamlessly integrates with Google's libphonenumber library, offering extensive validation, formatting, and parsing capabilities for phone numbers in various formats.

🔗 View on GitHub

Download Latest Version: 8.13.55

Download Download v8.13.55

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/8.13.55/autoload.php';

use libphonenumber\PhoneNumberUtil;
use libphonenumber\PhoneNumberFormat;
use libphonenumber\PhoneNumberType;


$obj = new libphonenumber\PhoneNumberUtil();
echo "✅ Example created successfully.";

?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.