knppy/iso4217

ISO4217 PHP Library

Maintainers

Package info

github.com/Knppy/iso4217

Homepage

pkg:composer/knppy/iso4217

Fund package maintenance!

Knppy

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-05-04 17:32 UTC

This package is auto-updated.

Last update: 2026-05-05 09:15:36 UTC


README

Latest Version on Packagist Tests Total Downloads

A PHP library for working with ISO 4217 currency codes.

Installation

You can install the package via composer:

composer require knppy/iso4217

Usage

$iso4217 = new Knppy\Iso4217();
echo $iso4217->name('US Dollar');
echo $iso4217->alpha3('USD');
echo $iso4217->numeric('USD');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.