mdridzuan80/hrmisapi
Composer 安装命令:
composer require mdridzuan80/hrmisapi
包简介
Library for consume webservice api with wss
关键字:
README 文档
README
This is library for consume webservice with wss. Especialy Hrmis webservice. Not for hrmis only but also can use another webservice with wss.
Installation
Hrmisapi requires phpv5.3.+, php soap ext, php xml ext to run.
$ composer require mdridzuan80/hrmisapi
How to use in code.
<?php use Hrmisapi\Hrmisapi; $hrmis = new Hrmisapi(<webservice url>, <username>, <password>); //you must look Available webservice function in WSDL file $hrmis->GetUserInfo()->xml(); // Output in xml format $hrmis->GetUserInfo()->arr(); // Output in array format ?>
Contact
Md Ridzuan bin Mohammad Latiah md.ridzuan80@gmail.com
统计信息
- 总下载量: 214
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-19