thiagorizzo/gohighlevel-php
Composer 安装命令:
composer require thiagorizzo/gohighlevel-php
包简介
php sdk for gohighlevel api
README 文档
README
This package provides a wonderful PHP API client that allows you to interact with GoHighLevel Api
First, install via Composer
composer require musheabdulhakim/gohighlevel-php
🧹 Keep a modern codebase with Pint:
composer lint
✅ Run unit tests using PEST
composer test:unit
🚀 Run the entire test suite:
composer test
Usage
use \GoHighLevelSDK\GoHighLevel; //Initialize the client $client = GoHighLevel::client($access_token, '2021-07-28'); //Or $clientInit = GoHighLevel::init($access_token)->withVersion('2021-07-28'); // Get User by Location $user = $client->User()->byLocation($locationId) //Get locations by stripeId with companyId $data = $clientInit ->withHttpHeader('channel','OAUTH') ->withHttpHeader('source','INTEGRATION') ->make()->Saas()->get([ 'companyId' => '', 'subscriptionId' => '', 'customerId' => '' ]);
Visit The Documentation
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-31