knppy / iso4217
ISO4217 PHP Library
Fund package maintenance!
1.0.0
2026-05-04 17:32 UTC
Requires
- php: ^8.4
Requires (Dev)
- laravel/pint: ^1.0
- pestphp/pest: ^4.0
This package is auto-updated.
Last update: 2026-05-05 09:15:36 UTC
README
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.