PHP Package: axlon/laravel-postal-code-validation

A PHP library for validating postal codes in Laravel applications, ensuring accurate data input and improved user experience.

Current Version: 3.8.0
Last Updated: 2025-02-25
PHP Requirement: ^7.2 || ^8.0
Dependencies:
illuminate/support
symfony/validator
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Enhance your Laravel application with accurate postal code validation using this library. Simplify user address input and ensure data integrity by validating postal codes in the correct format. Improve user experience and reduce errors during form submissions with this lightweight and efficient solution for Laravel developers.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.8.0

Download Download v3.8.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/axlon/laravel-postal-code-validation/3.8.0/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';
require_once 'libs/symfony/validator/7.3.4/loader.php';

use Axlon\LaravelPostalCodeValidation\PostalCodeValidator;

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