rankfoundry / laravel-ghl-wrapper
Laravel 对 High Level (GHL) 的封装
dev-master
2021-01-18 19:57 UTC
Requires
- php: ~5.6|~7.0
- guzzlehttp/guzzle: ^7.0.1
- illuminate/support: ~5.4|^6.0|^7.0|^8.0
This package is auto-updated.
Last update: 2024-09-19 04:13:02 UTC
README
A Laravel 封装 High Level (GHL)。
安装
通过 Composer
$ composer require rankfoundry/laravel-ghl-wrapper
用法
有关参数和其他信息,请参阅 GHL API 文档
方法列表
位置
use Rankfoundry\LaravelGhlWrapper\GhlLocation; $locations = GhlLocation::locations($apikey); // list of all agency locations $location = GhlLocation::single($id,$apikey); // single location