PHP Package: brick/phonenumber

A PHP library for parsing, formatting, and validating phone numbers according to international standards.

Current Version: 0.7.0
Last Updated: 2025-02-24
PHP Requirement: ^8.1
Dependencies: None

Package Description

The 'brick/phonenumber' library is a powerful tool that provides comprehensive functionality for handling phone numbers in PHP applications. It enables developers to parse, format, and validate phone numbers with ease, ensuring compliance with various international standards. By using this library, developers can streamline phone number processing tasks and enhance the overall user experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 0.8.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/brick/phonenumber/0.8.0/loader.php';
use Brick\PhoneNumber\PhoneNumber;

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