rankfoundry / laravel-ghl-wrapper
Laravel wrapper for High Level (GHL)
dev-master
2021-01-18 19:57 UTC
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: 2024-12-19 04:39:24 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