PHPackages                             joelbutcher/laravel-googleads - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. joelbutcher/laravel-googleads

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

joelbutcher/laravel-googleads
=============================

Laravel Service Provider for the Google Ads Client OAuth2 Wrapper

v9.0.0(1y ago)105953[1 issues](https://github.com/joelbutcher/laravel-googleads/issues)MITPHPPHP ^8.1

Since Mar 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/joelbutcher/laravel-googleads)[ Packagist](https://packagist.org/packages/joelbutcher/laravel-googleads)[ Fund](https://paypal.me/joelbutcher)[ GitHub Sponsors](https://github.com/joelbutcher)[ RSS](/packages/joelbutcher-laravel-googleads/feed)WikiDiscussions 9.x Synced 2d ago

READMEChangelog (10)Dependencies (2)Versions (23)Used By (0)

Laravel Google Ads
==================

[](#laravel-google-ads)

 [ ![Total Downloads](https://camo.githubusercontent.com/d5856b6c4b93456ad37e266d3a43dd6171884a89a690a8e386350300d84e797d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f656c627574636865722f6c61726176656c2d676f6f676c65616473) ](https://packagist.org/packages/joelbutcher/laravel-googleads) [ ![Latest Stable Version](https://camo.githubusercontent.com/db4298af0568a998827086d305d3193bdb07bbaedcc7c5fba00c4eeff7d67de0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f656c627574636865722f6c61726176656c2d676f6f676c65616473) ](https://packagist.org/packages/joelbutcher/laravel-googleads) [ ![License](https://camo.githubusercontent.com/d464c4b92573ccc9599c7dfb07469b31a378b9bb36d6197accc375eb4ed37c80/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a6f656c627574636865722f6c61726176656c2d676f6f676c65616473) ](https://packagist.org/packages/joelbutcher/laravel-googleads)

A Laravel wrapper for the Google Ads Api Client OAuth2 Wrapper.

Installation
------------

[](#installation)

Install the package via composer:

```
composer require joelbutcher/laravel-googleads
```

Add the service provider to your package service providers in `config/app.php`:

```
/*
* Package Service Providers...
*/
\JoelButcher\LaravelGoogleAds\ServiceProvider::class,
```

Then publish the config file:

```
php artisan vendor:publish --provider="JoelButcher\LaravelGoogleAds\ServiceProvider"
```

Update your services.php config file with the following

```
