定制 nip24/client 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

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:

  • License (Apache 2.0)

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2019-08-22