承接 ibantest/ibantest-php 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ibantest/ibantest-php

最新稳定版本:1.3.0

Composer 安装命令:

composer require ibantest/ibantest-php

包简介

PHP client of IBANTEST API

README 文档

README

This library can be used to access IBANTEST API endpoints.

Installing

Get last version with Composer.

$ composer require ibantest/ibantest-php

Register

You need an API token to use this API.

Please register your account at https://www.ibantest.com and receive 100 credits for free.

Basic Usage

<?php include "vendor/autoload.php"; use Ibantest\Ibantest; $api = new Ibantest(); $api->setToken('###your_api_token###'); # get count of remaining credits $res = $api->getRemainingCredits(); print_r($res); # validate IBAN $res = $api->validateIban('DE02600501010002034304'); print_r($res); # calculate IBAN out of country code, bank code and account number $res = $api->calculateIban('AT', '12000', '703447144'); print_r($res); # calculate IBAN out of country code, bank code and account number $res = $api->calculateIban('BE', '510', '0075470', '61'); print_r($res); # calculate IBAN out of country code, bank code and account number $res = $api->calculateIban('DE', '10090000', '0657845795'); print_r($res); # validate BIC $res = $api->validateBic('BFSWDE33BER'); print_r($res); # find Bank by country code and bank code $res = $api->findBank('CH', '100'); print_r($res);

Documentation

Please have a look at the full documentation https://api.ibantest.com/

License

ibantest-php is licensed under the MIT License - see the LICENSE file for details

统计信息

  • 总下载量: 2.52k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固