gilek/ewus
最新稳定版本:5.0.0
Composer 安装命令:
composer require gilek/ewus
包简介
Library to simplify communication with the eWUŚ system.
README 文档
README
The Ewus library simplifies communication with the eWUŚ system.
The library supports all services provided by the version 1.12.
Requirements
Ewus requires PHP version ^8.1 with DOM extension to work properly.
Usage
<?php use Gilek\Ewus\Client\Client; use Gilek\Ewus\Client\Credentials; $client = new Client( new Credentials('login', 'password', '15'), ); $response = $client->checkCwu('NNNNNNNNNNN'); var_dump($response); $client->logout();
The code above is intended to:
- Login the user to the eWUŚ system (the account is associated with the 15th NFZ department).
- Fetch information about the person with PESEL number NNNNNNNNNNN.
- Return the response as
\Gilek\Ewus\Response\CheckCwuResponseobject. - Logout of the eWUŚ system.
统计信息
- 总下载量: 1.79k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-27