PHP Package: payum/iso4217

ISO 4217 currency codes library for PHP providing comprehensive currency information and conversions.

Current Version: 1.0.2
Last Updated: 2022-02-27
PHP Requirement: >=5.3
Dependencies:
phpunit/phpunit
php-fig/log
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The payum/iso4217 PHP library offers a robust solution for handling ISO 4217 currency codes, enabling easy access to a wide range of currency information and seamless conversion functionalities. It simplifies currency-related tasks by providing accurate data and conversion capabilities, making it an essential tool for developers working with various currencies in their projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.0.2

Download Download v1.0.2

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/payum/iso4217/1.0.2/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';
require_once 'libs/php-fig/log/3.0.2/loader.php';

use Payum\Iso4217\Currency;
use PHPUnit\Framework\TestCase;

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