PHPackages                             leadbi/leadbi-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. leadbi/leadbi-php-sdk

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

leadbi/leadbi-php-sdk
=====================

LeadBI SDK

2241PHP

Since May 23Pushed 6y ago2 watchersCompare

[ Source](https://github.com/leadbi/leadbi-php-sdk)[ Packagist](https://packagist.org/packages/leadbi/leadbi-php-sdk)[ RSS](/packages/leadbi-leadbi-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

LeadBI PHP SDK
==============

[](#leadbi-php-sdk)

Install
-------

[](#install)

Add the LeadBI PHP SDK as a dependency to your composer.json file:

```
{
  "require": {
    "leadbi/leadbi-php-sdk": "dev-master"
  }
}

```

Consider replacing dev-master with the latest version in order to pin your dependencies.

Install the Composer dependency:

```
php composer.phar install

```

Usage
-----

[](#usage)

This example demonstrates how you can use the SDK to access the api.

```
