kdv/big-register
Composer 安装命令:
composer require kdv/big-register
包简介
A few classes for connecting to the Dutch BIG-Register (health care professionals)
README 文档
README
Introduction
A quick, hacked up connector to the Dutch government's BIG-register system, an online list of health care professionals. This is a proof-of-concept. Mostly.
NuSOAP is used because the BIG-Register system triggers a particular issue in PHP's native SOAPClient, causing many headaches.
This package is based on the work of rosstuck/BIG-Register.
NuSOAP is licensed under LGPL. All other code is licensed as MIT.
Installation
$ composer require kdv/big-register:dev-master
Usage
require_once __DIR__ . '/vendor/autoload.php'; use Kdv\BigRegister\BigRepository; $repo = new BIGRepository();
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-24