PHPackages                             thiagorizzo/gohighlevel-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. thiagorizzo/gohighlevel-php

ActiveLibrary[API Development](/categories/api)

thiagorizzo/gohighlevel-php
===========================

php sdk for gohighlevel api

19PHP

Since Oct 31Pushed 1y agoCompare

[ Source](https://github.com/Thiago-Rizzo/gohighlevel-php-sdk)[ Packagist](https://packagist.org/packages/thiagorizzo/gohighlevel-php)[ RSS](/packages/thiagorizzo-gohighlevel-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![GoHighLevel PHP](art/sdk-art.jpg)](art/sdk-art.jpg) [![GitHub Workflow Status (master)](https://github.com/MusheAbdulHakim/gohighlevel-php-sdk/actions/workflows/tests.yml/badge.svg)](https://github.com/MusheAbdulHakim/gohighlevel-php-sdk/actions) [![Total Downloads](https://camo.githubusercontent.com/5d81db8ef769f97dbf2d0704ffce842f9bff1aa0f678b8bf656f62c5062d70df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d75736865616264756c68616b696d2f676f686967686c6576656c2d706870)](https://packagist.org/packages/musheabdulhakim/gohighlevel-php) [![Latest Version](https://camo.githubusercontent.com/71d0cc7922e5822334c7d3bf9ebc9d04aa6add44353304e1661ad469c7f864bb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d75736865616264756c68616b696d2f676f686967686c6576656c2d706870)](https://packagist.org/packages/musheabdulhakim/gohighlevel-php) [![License](https://camo.githubusercontent.com/8c504f5b2f208e13ebee3ffba19e297f916b09b982caddb447c8a486e598211a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d75736865616264756c68616b696d2f676f686967686c6576656c2d706870)](https://packagist.org/packages/musheabdulhakim/gohighlevel-php)

---

This package provides a wonderful **PHP API** client that allows you to interact with [GoHighLevel Api](https://highlevel.stoplight.io/docs/integrations/0443d7d1a4bd0-overview/)

> **Requires [Composer](https://getcomposer.org/)****Requires [PHP 8.2+](https://php.net/releases/)**

First, install via [Composer](https://getcomposer.org/)

```
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
-----

[](#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](https://musheabdulhakim.github.io/gohighlevel-php-sdk)

[](#visit-the-documentation)

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 98.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9f93907160bf4f37c34cb02705ceaedc18aff4f348986484e32089884680d8e2?d=identicon)[Thiago-Rizzo](/maintainers/Thiago-Rizzo)

---

Top Contributors

[![MusheAbdulHakim](https://avatars.githubusercontent.com/u/58814410?v=4)](https://github.com/MusheAbdulHakim "MusheAbdulHakim (109 commits)")[![marketingmavens](https://avatars.githubusercontent.com/u/583824?v=4)](https://github.com/marketingmavens "marketingmavens (2 commits)")

### Embed Badge

![Health badge](/badges/thiagorizzo-gohighlevel-php/health.svg)

```
[![Health](https://phpackages.com/badges/thiagorizzo-gohighlevel-php/health.svg)](https://phpackages.com/packages/thiagorizzo-gohighlevel-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
