Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackzilla/adwords
Google Adwords Vendor for Symfony2
https://github.com/hackzilla/adwords
Last synced: about 2 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 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-15T11:20:32.000Z (almost 11 years ago)
- Last Synced: 2024-10-13T12:44:36.668Z (3 months ago)
- Language: PHP
- Size: 982 KB
- Stars: 3
- Watchers: 4
- 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",
// ...
},