rankfoundry / laravel-ghl-wrapper
Laravel wrapper for High Level (GHL)
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rankfoundry/laravel-ghl-wrapper
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: 2025-09-19 06:10:40 UTC
README
A Laravel wrapper for High Level (GHL).
Install
Via Composer
$ composer require rankfoundry/laravel-ghl-wrapper
Usage
See documention for params and others at GHL Api docs
List of methods:
Location
use Rankfoundry\LaravelGhlWrapper\GhlLocation; $locations = GhlLocation::locations($apikey); // list of all agency locations $location = GhlLocation::single($id,$apikey); // single location