towoju5/gokada-php
最新稳定版本:1.1
Composer 安装命令:
composer require towoju5/gokada-php
包简介
php package for Dellyman rest API.
关键字:
README 文档
README
The Gokada PHP package is a versatile and developer-friendly toolkit for integrating Gokada's services and features into PHP applications. It streamlines the process of accessing Gokada's ride-sharing and delivery services, allowing developers to create innovative solutions that leverage Gokada's capabilities within their PHP projects.
Installation
You can install the package via composer:
composer require towoju5/gokada-php
Live mode
$gokada = new GoKada($apiKey);
Sandbox mode
$gokada = new GoKada($apiKey, true);
Usage
$resul = $gokada->orderStatus("HSSRD-745143"); $resul = $gokada->orderCancel("HSSRD-745143"); $resul = $gokada->orderHistory("HSSRD-745143"); $resul = $gokada->createOrder($createOrder); $resul = $gokada->estimate($createOrder);
License
The MIT License (MIT). Please see License File for more information.
PHP Package Boilerplate
This package was generated using the PHP Package Boilerplate by Beyond Code.
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-08