PHP Package: commerceguys/intl

CommerceGuys' PHP library for internationalization support in web applications, providing localization, currency formatting, and language translation functionalities.

Current Version: 2.0.6
Last Updated: 2024-07-12
PHP Requirement: >=7.1
Dependencies: symfony/intl, psr/log
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

CommerceGuys' Intl library is a comprehensive solution for handling internationalization requirements in PHP projects. It offers robust support for localization, currency formatting, and language translation, making it an essential tool for building globally accessible web applications.

🔗 View on GitHub

Download Latest Version: 2.0.6

Download Download v2.0.6

Code Integration Example

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

<?php

// Example from PHPlibraries.com
require_once 'libs/commerceguys/intl/2.0.6/autoload.php';

use CommerceGuys\Intl\CurrencyFormatter;
use CommerceGuys\Intl\LanguageResolver;
use Symfony\Component\Intl\Intl;
use Psr\Log\LoggerInterface;


$obj = new CommerceGuys\Intl\CurrencyFormatter();
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.