numinc/logzi-php-sdk
最新稳定版本:v1.0
Composer 安装命令:
composer require numinc/logzi-php-sdk
包简介
A PHP wrapper for the Logzi ERP REST API
README 文档
README
logzi-php-sdk is a PHP library for logzi ERP.
Installation
composer require numinc/logzi-php-sdk:dev-master
Usage
require __DIR__ . '/vendor/autoload.php'; $booking_client = new Numinc\Logzi\Booking_model(array( "api_key" => "REPLACE_WITH_YOUR_API_KEY" )); $booking_list = $booking_client->get_list(array( "list_offset" => 0, "list_condition" => array( // conditions ), )); print_r($booking_list);
Please find the API endpoints here.
Contributing
For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
FAQ
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-16