Allows you to write Google Ad's GAQL the Eloquent way.
mk-ryan1988/eloquent-gaql is a Laravel package for allows you to write google ad's gaql the eloquent way..
It currently has 0 GitHub stars and 14 downloads on Packagist.
Install it with composer require mk-ryan1988/eloquent-gaql.
Discover more Laravel packages by mk-ryan1988
or browse all Laravel packages to compare alternatives.
Last updated
Allows you to write Google Ad's Query strings the Laravel Eloquent way.
You can install the package via composer:
composer require mk-ryan1988/eloquent-gaql
You can publish and run the migrations with:
php artisan vendor:publish --provider="MkRyan1988\GaqlBuilder\GaqlBuilderServiceProvider" --tag="eloquent-gaql-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="MkRyan1988\GaqlBuilder\GaqlBuilderServiceProvider" --tag="eloquent-gaql-config"
This is the contents of the published config file:
return [
];
$elequent-gaql = new MkRyan1988\GaqlBuilder();
echo $elequent-gaql->echoPhrase('Hello, Spatie!');
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.