PHPackages                             leadferret/api-php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. leadferret/api-php-sdk

ActiveLibrary[API Development](/categories/api)

leadferret/api-php-sdk
======================

Client library for LeadFerret APIs

342[1 issues](https://github.com/leadferret/LeadFerret-API-PHP-SDK/issues)PHP

Since Nov 14Pushed 10y ago14 watchersCompare

[ Source](https://github.com/leadferret/LeadFerret-API-PHP-SDK)[ Packagist](https://packagist.org/packages/leadferret/api-php-sdk)[ RSS](/packages/leadferret-api-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Build Status](https://camo.githubusercontent.com/13aaddba34a8c9e76e1da84325dc18bb824fbd3879912d571479457bc74954fb/68747470733a2f2f7472617669732d63692e6f72672f6c6561646665727265742f4c6561644665727265742d4150492d5048502d53444b2e737667)](https://travis-ci.org/leadferret/LeadFerret-API-PHP-SDK)

LeadFerret-API-PHP-SDK
======================

[](#leadferret-api-php-sdk)

Description
-----------

[](#description)

Client SDK for the LeadFerret API - written in PHP. Allows you to work with the LeadFerret End-User API.

#### This is in development - not ready for use

[](#this-is-in-development---not-ready-for-use)

Installation
------------

[](#installation)

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

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

```

sub-Alpha
---------

[](#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.

Usage
-----

[](#usage)

Make sure you set up your .env file properly. This client uses [DotEnv](https://github.com/vlucas/phpdotenv) to handle the environment and config items.

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.

Requirements
------------

[](#requirements)

- [PHP 5.5.1 or higher](http://www.php.net/)
- [PHP JSON extension](http://php.net/manual/en/book.json.php)

Developer Documentation
-----------------------

[](#developer-documentation)

Please note documentation found at [apiary.io](http://docs.leadferretuser.apiary.io/#)

Basic Example
-------------

[](#basic-example)

See the examples/ directory for examples of the key client features.

```
