2017 © Pedro Peláez
 

library google-cse

Google Custom Search Engine API wrapper

image

iatstuti/google-cse

Google Custom Search Engine API wrapper

  • Tuesday, February 10, 2015
  • by michaeldyrynda
  • Repository
  • 0 Watchers
  • 9 Stars
  • 108 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

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., (*1)

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

composer require iatstuti/google-cse

Once installed, add the Service Provider into app/config/app.php, (*3)

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

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

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

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

php artisan config:publish iatstuti/google-cse

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

Calls to this this method will return an array of items from the JSON structure outlined here., (*7)

The Versions

10/02 2015

dev-master

9999999-dev

Google Custom Search Engine API wrapper

  Sources   Download

MIT

The Requires

 

laravel google cse custom search engine

10/02 2015

1.0.1

1.0.1.0

Google Custom Search Engine API wrapper

  Sources   Download

MIT

The Requires

 

laravel google cse custom search engine

10/02 2015

dev-develop

dev-develop

Google Custom Search Engine API wrapper

  Sources   Download

MIT

The Requires

 

laravel google cse custom search engine

10/02 2015

1.0.0

1.0.0.0

Google Custom Search Engine API wrapper

  Sources   Download

MIT

The Requires

 

laravel google cse custom search engine