PHPackages                             diablomedia/leadspedia-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. [HTTP &amp; Networking](/categories/http)
4. /
5. diablomedia/leadspedia-php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

diablomedia/leadspedia-php-sdk
==============================

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

2.0.5(2y ago)11.6kunlicensePHPPHP &gt;=7.1

Since Aug 12Pushed 2y ago3 watchersCompare

[ Source](https://github.com/diablomedia/leadspedia-php-sdk)[ Packagist](https://packagist.org/packages/diablomedia/leadspedia-php-sdk)[ Docs](https://openapi-generator.tech)[ RSS](/packages/diablomedia-leadspedia-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (10)Used By (0)

Leadspedia
==========

[](#leadspedia)

No description provided (generated by Openapi Generator )

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v2.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

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

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/diablomedia/leadspedia-php-sdk.git"
    }
  ],
  "require": {
    "diablomedia/leadspedia-php-sdk": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/Leadspedia/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit
```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
