plugin-icon

Currensees

제작자: moatsystems·
A WordPress plugin for integrating with Currency API.
버전
1.0
최근 업데이트일
May 4, 2023

Currensees is a WordPress plugin that provides an interface to interact with the Currency API. With this plugin, you can authenticate a user, convert currencies, and convert a base currency to all other available currencies.

Usage Examples

Login

“`php $currensees = new Currensees\Currensees(); $login_result = $currensees->login(‘username’, ‘password’); if ($login_result) { // Login was successful, do something with the result data. } else { // Login failed, show an error message. }

Convert

$currensees = new Currensees\Currensees(); $conversion_result = $currensees->convert(‘2023_04_02’, ‘GBP’, ‘CAD’, ‘500’); if ($conversion_result) { // Conversion was successful, do something with the result data. } else { // Conversion failed, show an error message. }

Convert All

$currensees = new Currensees\Currensees(); $conversion_all_result = $currensees->convertAll(‘GBP’, 120, ‘2023_04_02’); if ($conversion_all_result) { // Conversion was successful, do something with the result data. } else { // Conversion failed, show an error message. } `

Using the Currency

You can read the API documentation to understand what’s possible with the Currency API. If you need further assistance, don’t hesitate to contact us.

License

This project is licensed under the BSD 3-Clause License.

Copyright

(c) 2020 – 2023 Moat Systems Limited.

무료유료 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 6.2.9
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.