aprillins / googleimageresults
Get google image results from Google API JSON response
1.11
2015-04-06 17:01 UTC
Requires
- php: >=5.4.0
- danielstjules/stringy: ~1.8
Requires (Dev)
- phpunit/phpunit: ~4.5
This package is not auto-updated.
Last update: 2025-01-18 18:47:43 UTC
README
This package will enable you to get the response from search query you submit to Google API image search service.
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.
Add this to your Autoloaded Service Providers section
'Aprillins\GoogleImageResults\Support\GoogleImageResultsServiceProvider'
Add this to your Class Aliases section
'GoogleImageResults' => 'Aprillins\GoogleImageResults\Support\GoogleImageResultsFacade'