mediamath / t1-php
T1 PHP SDK for the MediaMath API Platform
Installs: 6 951
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 161
Forks: 2
Open Issues: 9
Requires (Dev)
Suggests
- doctrine/cache: Allows you to use the Doctrine Api Response Cache class provided with this SDK
- guzzlehttp/guzzle: Allows you to use the Guzzle HTTP transport class provided with this SDK
This package is not auto-updated.
Last update: 2024-11-10 03:25:53 UTC
README
Extensible and customisable PHP SDK for interacting with the T1 API
- Supports adama session cookie authentication out of the box
- Supports OAuth authentication out of the box
- Supports user/password authentication out of the box
- Authentication is fully customisable
- Can convert CSV, XML & JSON API responses to PHP objects & arrays out of the box
- Response decoding is fully customisable
- HTTP transport is fully customisable (Guzzle HTTP transport included)
- Can cache API responses
- API response cache is fully customisable (Doctrine cache included)