PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   React PHP Querylist   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: React PHP Querylist
Retrieve Web pages asynchronously using ReactPHP
Author: By
Last change:
Date: 2 years ago
Size: 861 bytes
 

Contents

Class file image Download
{ "name": "ahmard/reactphp-querylist", "description": "ReactPHP QueryList Scrapper", "type": "library", "require": { "php": "^7.4 || ^8.0", "ext-json": "*", "jaeger/querylist": "^4.2", "react/http": "^1.5" }, "require-dev": { "phpstan/phpstan": "^0.12.99", "phpunit/phpunit": "^9.5", "clue/block-react": "^1.4" }, "license": "MIT", "autoload": { "psr-4": { "ReactphpQuerylist\\": "src/" } }, "autoload-dev": { "psr-4": { "ReactphpQuerylist\\Tests\\": "tests/" } }, "scripts": { "analyse": "phpstan analyse", "analyze": "@analyse", "test": "phpunit" }, "authors": [ { "name": "ahmard", "email": "ahmard06@gmail.com" } ] }