aprillins / googleimageresults
Get google image results from Google API JSON response
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/aprillins/googleimageresults
Requires
- php: >=5.4.0
- danielstjules/stringy: ~1.8
Requires (Dev)
- phpunit/phpunit: ~4.5
This package is not auto-updated.
Last update: 2025-10-25 23:11:12 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'