PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   QueryList Wrapper   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: QueryList Wrapper
Retrieve and scrape Web page using QueryList
Author: By
Last change:
Date: 3 years ago
Size: 423 bytes
 

Contents

Class file image Download
{ "name": "ahmard/queliwrap", "description": "QueryList PHP web scrapper wrapper.", "type": "library", "license": "MIT", "minimum-stability": "dev", "prefer-stable": true, "require": { "jaeger/querylist": "^4.2", "ahmard/guzwrap": "^1.0", "ahmard/simple-promise": "^1.0" }, "autoload": { "psr-4": { "Queliwrap\\": "src/" } } }