RankFoundry / Laravel-GHL-Wrapper

A Laravel wrapper for GHL API's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel GHL Wrapper

Latest Version on Packagist Total Downloads

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

About

A Laravel wrapper for GHL API's

License:MIT License


Languages

Language:PHP 100.0%