kdv/big-register 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-02-24