An open API service indexing awesome lists of open source software.

https://github.com/affise/php-tracking


https://github.com/affise/php-tracking

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# php-tracking

## Installation

```bash
composer require affise/php-tracking:^1.0
```

## Documentation

The links bellow should provide all the documentation needed to make the best
use of the library:

- [Documentation](https://help-center.affise.com/en/articles/6466563-postback-integration-s2s-admins)

## Usage

### Clicks

```php
send(['clickID' => '111111111111111111111111']);
}
catch (PostbackInvalidClickIDException $e) {
echo "Invalid click id\n";
}
```