PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Miraz Mac   Google CSE PHP Scrapper   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Google CSE PHP Scrapper
Extract search results using Google CSE
Author: By
Last change:
Date: 5 years ago
Size: 310 bytes
 

Contents

Class file image Download
{ "name": "mirazmac/google-cse-scrapper", "description": "Scrape Google Custom Search Results", "type": "library", "require": { "php": ">=5.4.0", "rmccue/requests": "^1.7" }, "autoload": { "psr-4": { "MirazMac\\GoogleCSE\\": "src/" } } }