68publishers / amp-client
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 578
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/68publishers/amp-client
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- guzzlehttp/guzzle: ^7.7
Requires (Dev)
- ext-dom: *
- ext-libxml: *
- dg/bypass-finals: ^1.5
- friendsofphp/php-cs-fixer: ^3.17
- kubawerlos/php-cs-fixer-custom-fixers: ^3.14
- latte/latte: ^2.11 || ^3.0
- mockery/mockery: ^1.6
- nette/application: ^3.0.8
- nette/bootstrap: ^3.1
- nette/caching: ^3.1
- nette/di: ^3.0.13
- nette/tester: ^2.4
- phpstan/phpstan: ^1.10
- phpstan/phpstan-nette: ^1.2
- psr/log: ^1.1
- roave/security-advisories: dev-latest
- slope-it/clock-mock: ^0.4.0
- wa72/html-pretty-min: ^0.2.0
Conflicts
- latte/latte: <2.11
- nette/application: <3.0.8
- nette/caching: <3.1
- nette/di: <3.0.13
README
 
AMP Client PHP
📣 PHP Client for Advertising Management Platform
Installation
$ composer require 68publishers/amp-client
Versions compatibility matrix
| PHP client version | JS client version | AMP version | API version | 
|---|---|---|---|
| ~1.0.0 | ~1.4.0 | 2.12.0 | 1 | 
| ~1.1.0 | ~1.4.0 | 2.12.0 | 1 | 
| ~1.2.0 | ~1.5.0 | >=2.13.0 <= 2.15.1 | 1 | 
| ~1.3.0 | ~1.6.0 | >=2.16.0 | 1 | 
| ~1.4.0 | ~1.7.0 | >=2.17.0 | 1/2 | 
| ~1.5.0 | ~1.9.0 | >=2.18.0 | 1/2 | 
Integration without a framework
The client is not dependent on any framework and can therefore be used independently. For standalone use, continue to the Integration without a framework section.
Integration with Nette Framework
The client is well integrated into the Nette framework. For documentation, continue to the Integration with Nette framework section.
License
@todo