iatstuti/google-cse

Google Custom Search Engine API wrapper
123 9
Install
composer require iatstuti/google-cse
Latest Version:1.0.1
PHP:>=5.4.0
License:MIT
Last Updated:Feb 10, 2015
Links: GitHub  ·  Packagist
Maintainer: michaeldyrynda

laravel-google-cse

Laravel 4.x wrapper for the Google Custom Search Engine API. This may work for Laravel 5, but has not been tested.

Note: You will need an API key and search engine configured in your Google Custom Search control panel.

composer require iatstuti/google-cse

Once installed, add the Service Provider into app/config/app.php

'providers' => array(
    // ...
    'Iatstuti\GoogleCse\GoogleCseServiceProvider',
    // ...
),

If you wish to use an alias, set the following (also in app/config/app.php)

'aliases' => array(
    // ...
    'Iatstuti\GoogleCse\Facades\LaravelFacade',
    // ...
),

Lastly, publish the package configuration and update the configuration in app/config/packages/iatstuti/google-cse/cse.php.

php artisan config:publish iatstuti/google-cse

To use the package, you can make a call to GoogleCse::search($term).

Calls to this this method will return an array of items from the JSON structure outlined here.

Related Packages

socialiteproviders/google

Google OAuth2 Provider for Laravel Socialite

7,875,197 18
garf/laravel-pinger

Ping search engines about website updates

22,596 23
tomatophp/filament-seo

Manage and generate SEO tags and integrate your website with Google SEO services

4,046 15
mbarwick83/shorty

Google Url Shortener API Package for Laravel 5.1

204,507 31
jfelixstudio/lumen-analytics

A lumen package to retrieve Google Analytics data.

952 0