定制 thiagorizzo/gohighlevel-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

thiagorizzo/gohighlevel-php

Composer 安装命令:

composer require thiagorizzo/gohighlevel-php

包简介

php sdk for gohighlevel api

README 文档

README

GoHighLevel PHP

GitHub Workflow Status (master) Total Downloads Latest Version License

This package provides a wonderful PHP API client that allows you to interact with GoHighLevel Api

Requires Composer Requires PHP 8.2+

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

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 11
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-10-31