nip24/client
最新稳定版本:1.4.5
Composer 安装命令:
composer require nip24/client
包简介
NIP24 Client for PHP
关键字:
README 文档
README
This is the official repository for NIP24 Client for PHP
This library contains validators for common Polish tax numbers like NIP, REGON and KRS. Validators for EU VAT ID and IBAN are also included. After registration at NIP24 Portal this library could be used for various on-line validations of Polish and EU companies. Please, visit our web page for more details.
Documentation
The documentation and samples are available here.
How to use
Composer
The release version of the library is published in Packagist. Add the following dependency using the composer tool:
composer require nip24/client
Manual setup
Copy the NIP24 directory and its contents somewhere within your project structure. Then include NIP24/NIP24Client.php in your source code (it provides all API definitions) and call the autoloader function.
require_once 'NIP24/NIP24Client.php'; \NIP24\NIP24Client::registerAutoloader();
License
This project is delivered under Apache License, Version 2.0:
统计信息
- 总下载量: 28.85k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2019-08-22