https://github.com/hackzilla/adwords
Google Adwords Vendor for Symfony2
https://github.com/hackzilla/adwords
Last synced: 9 months ago
JSON representation
Google Adwords Vendor for Symfony2
- Host: GitHub
- URL: https://github.com/hackzilla/adwords
- Owner: hackzilla
- Created: 2012-08-09T14:05:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-15T11:20:32.000Z (about 12 years ago)
- Last Synced: 2025-04-02T09:24:06.245Z (10 months ago)
- Language: PHP
- Size: 982 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DEPRECATED
==========
Google now maintain their client on Github.
https://github.com/googleads/googleads-php-lib
Adwords
=======
Google Adwords Vendor for Symfony2
Uses Google Adwords API version 4.6.0
Symfony Setup
=================
add something similar to your composer.json file.
"require": {
// ...
"hackzilla/adwords": "dev-master",
// ...
},