2017 © Pedro Peláez
 

library api-php-sdk

Client library for LeadFerret APIs

image

leadferret/api-php-sdk

Client library for LeadFerret APIs

  • Saturday, November 14, 2015
  • by solvire
  • Repository
  • 14 Watchers
  • 3 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

LeadFerret-API-PHP-SDK

Description

Client SDK for the LeadFerret API - written in PHP. Allows you to work with the LeadFerret End-User API., (*2)

This is in development - not ready for use

Installation

For now just check out the repo from git. Later we will add it to packagyst so you can composify it., (*3)

git clone https://github.com/leadferret/LeadFerret-API-PHP-SDK.git

sub-Alpha

This library is in sub-Alpha state. Contact us if you wish to have more details. If you wish to work on this or add features please fork it and send a pull request., (*4)

Usage

Make sure you set up your .env file properly. This client uses DotEnv to handle the environment and config items., (*5)

This distribution comes with an example config .env.example and inside this file are some of the environment variables that should be used to set up the application., (*6)

Requirements

Developer Documentation

Please note documentation found at apiary.io, (*7)

Basic Example

See the examples/ directory for examples of the key client features., (*8)

<?php

include_once '../bootstrap.php';
use LeadFerret\LFClient;

$client = new LFClient();
$token = $client->authenticate();

echo $token;

The Versions

14/11 2015

dev-master

9999999-dev http://docs.leadferretuser.apiary.io/

Client library for LeadFerret APIs

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

api sdk leadferret