PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Sergey Shuchkin   React PHP HTTP Client   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: React PHP HTTP Client
Process HTTP request responses asynchronously
Author: By
Last change:
Date: 4 years ago
Size: 698 bytes
 

Contents

Class file image Download
{ "name": "shuchkin/react-http-client", "description": "ReactPHP async HTTP client, minimal dependencies", "keywords": ["http", "reactphp", "client"], "homepage": "https://github.com/shuchkin/react-http-client", "license": "MIT", "authors": [ { "name": "Sergey Shuchkin (SMSPILOT)", "homepage": "https://github.com/shuchkin/" } ], "require": { "php": ">=5.3.0", "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "react/event-loop": "~0.5", "react/socket": "^0.8.11", "react/promise": "^2.2" }, "autoload": { "psr-4": { "Shuchkin\\ReactHTTP\\": "src" } } }