PHPackages                             programster/leaddyno - 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. programster/leaddyno

ActiveLibrary[API Development](/categories/api)

programster/leaddyno
====================

An SDK for interfacing with the Leaddyno RESTful API

0.2.1(1y ago)04MITPHPPHP &gt;=7.4.0

Since Apr 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/programster/package-leaddyno)[ Packagist](https://packagist.org/packages/programster/leaddyno)[ Docs](https://github.com/programster/package-leaddyno)[ RSS](/packages/programster-leaddyno/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (8)Versions (6)Used By (0)

LeadDyno PHP Package
====================

[](#leaddyno-php-package)

An SDK for interfacing with the [LeadDyno RESTful API](https://app.theneo.io/leaddyno/leaddyno-rest-api/leaddyno-api) in PHP.

This package makes use of the PSR-17 and PSR-18 interfaces, so this package should be able to work with any existing mechanism you use to send messages. If you are not sure what this means, then we would recommend that you just install the `guzzlehttp/guzzle` package, and follow the example in the README.

Usage
-----

[](#usage)

### Installation

[](#installation)

Install this in your codebase with composer like so:

```
composer require programster/leaddyno
```

### Example Code

[](#example-code)

The following example creates a LeadDyno client, and uses it to tell LeadDyno that there was a sale that was the result of a specific affiliate code.

```
