Download the PHP package arslanimamutdinov/iso-standard-4217 without Composer
On this page you can find all versions of the php package arslanimamutdinov/iso-standard-4217. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package iso-standard-4217
ISO 4217 standard utilities
This component provides features for ISO 4217 standard - get currency codes according to standard.
Installation
Terms and designations
- alpha3 - three-letter currency code e.g. RUB;
- numericCodes - numeric currency code e.g. 643;
- name - string currency name e.g. Russian ruble.
Component parts description
Currency - ISO 4217 standard model, contains properties:
- name - currency name;
- alpha3 - currency alpha3 code;
- numericCode - currency numeric code.
ISO4217 - abstract class provides set of static function for working with ISO 4217 standard.
ISO4217Utility - service class wrapper over ISO4217 (need instantiate class object).
Base component features
ISO4217 features
Provides access to currency standard by alpha3-named static function.
For example:
Provides access to currency raw data.
For example:
Provides search standards by given currency alpha3 codes.
For example:
Provides search standards by given currency numeric codes.
For example:
Provides search standards by given currency alpha3 code.
For example:
Provides search standards by given currency numeric code.
For example:
Provides access to all currency standards represented in array of Currency objects.
For example:
ISO4217Utility features
Provides all features from ISO4217 but with utility instance creation.
For example:
Contributing
Welcome to pull requests. If there is a major changes, first please open an issue for discussion.
Please make sure to update tests as appropriate.
Source(s)
- ISO 4217 by Wikipedia licensed under CC BY-SA 3.0 Unported License
- www.iso.org