gueststream/iqware
最新稳定版本:0.0.5
Composer 安装命令:
composer require gueststream/iqware
包简介
IQWare SOAP API Wrapper
关键字:
README 文档
README
The IQWare Property Management Software SOAP API is a bit complicated so this library exists to abstract the complication out of implementing simple connectivity with an IQWare SOAP API.
Please note that IQWare property management software seems to have many different APIs so this may or may not work for your application. This was created to support an on-site IQWare server. Documentation for this server/service was never sourced and we do not know the version of the API.
Install
Via Composer
$ composer require gueststream/iqware
Usage
$iqwareClient = new \Gueststream\PMS\IQWare\IQWareWebRes('https://www.my-iqware-server/IQWareWebRes.asmx?WSDL'); $getAllRoomsSpecificationsRequest = new API\GetAllRoomsSpecifications(1, 'EN'); $getAllRoomsSpecificationsResponse = $client->getAllRoomsSpecifications($getAllRoomsSpecificationsRequest);
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email support@gueststream.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 4.97k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-29