sibertec/lightspeed_adp
最新稳定版本:0.0.9
Composer 安装命令:
composer require sibertec/lightspeed_adp
包简介
A small, easy to use PHP library for accessing Lightspeed ADP data through their API.
README 文档
README
A small, easy to use PHP library for accessing Lightspeed ADP data through their API.
For more usage samples, look in the tests directory.
Format of yaml settings file, if you choose to use one:
DealerID: "12345678"
UserName: "YourUsername"
Password: "Y0urP@$$w0rd"
<?php
$settings = Sibertec\LightspeedADP\Authentication::LoadFromYaml('/path/to/settings/file.yml');
统计信息
- 总下载量: 56
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-28