dadansatria / google-ads-php
Google Ads API Client for PHP
dev-main
2025-04-14 07:42 UTC
Requires
- php: ^8.0
- google/auth: v1.16.0
- google/gax: v1.7.1
- google/protobuf: ^v3.25.6
- grpc/grpc: ^1.57.0
- monolog/monolog: ^1.26 || ^2.0 || ^3.0
Requires (Dev)
- ext-bcmath: *
- ext-grpc: *
- ext-protobuf: *
- composer/composer: ^2.0
- react/http: ^1.2.0
- ulrichsg/getopt-php: ^3.4
Suggests
- ext-grpc: To be able to use the gRPC transport, use the C implementation of gRPC
- ext-protobuf: For better performance, use the C implementation of Protobuf
- google/protobuf: In case the C implementation of Protobuf is not suitable, use the PHP one
- grpc/grpc: In case the C implementation of gRPC is not suitable, use the PHP one to enable other transports
- react/http: To run the AuthenticateInWebApplication.php example
This package is auto-updated.
Last update: 2025-04-14 07:42:50 UTC
README
This is a forked version of the official Google Ads API PHP Client Library, modified to support Google Ads API v19 with PHP 8.0+.
Key Features
- Compatible with Google Ads API v19
- Requires PHP 8.0 or higher
- Easy installation via Composer
- Simplified authentication and client management
Installation
Install via Composer:
composer require dadansatria/google-ads-php