https://github.com/affise/php-tracking
https://github.com/affise/php-tracking
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/affise/php-tracking
- Owner: affise
- License: mit
- Created: 2024-02-14T13:17:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T13:53:39.000Z (over 1 year ago)
- Last Synced: 2025-01-03T22:49:10.808Z (5 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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";
}
```