2017 © Pedro Peláez
 

library googleimageresults

Get google image results from Google API JSON response

image

aprillins/googleimageresults

Get google image results from Google API JSON response

  • Monday, April 6, 2015
  • by aprillins
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Get Google Image Results

This package will enable you to get the response from search query you submit to Google API image search service., (*1)

Laravel 5 Support

Service Provider and Facade settings are located in your App/config/app.php. Open that app.php file and you'll find the Autoloaded Service Providers and Class Aliases sections., (*2)

Add this to your Autoloaded Service Providers section, (*3)

'Aprillins\GoogleImageResults\Support\GoogleImageResultsServiceProvider'

Add this to your Class Aliases section, (*4)

'GoogleImageResults' => 'Aprillins\GoogleImageResults\Support\GoogleImageResultsFacade'

The Versions

06/04 2015

dev-master

9999999-dev

Get google image results from Google API JSON response

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar aprillins

06/04 2015

1.11

1.11.0.0

Get google image results from Google API JSON response

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar aprillins

01/04 2015

1.0

1.0.0.0

Get google image results from Google API JSON response

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Avatar aprillins