A Laravel wrapper for High Level (GHL).
Via Composer
$ composer require rankfoundry/laravel-ghl-wrapper
See documention for params and others at GHL Api docs
List of methods:
use Rankfoundry\LaravelGhlWrapper\GhlLocation;
$locations = GhlLocation::locations($apikey); // list of all agency locations
$location = GhlLocation::single($id,$apikey); // single location