PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Malik Naik   Crimson PHP HTTP Request Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Crimson PHP HTTP Request Library
Handle HTTP requests with custom classes
Author: By
Last change: Update composer.json
Date: 4 years ago
Size: 659 bytes
 

Contents

Class file image Download
{ "name": "malik/crimson", "type": "library", "description": "A PHP Library to handle the HTTP requests.", "keywords": ["server", "php", "http", "websocket", "tornado"], "license": "GPL-2.0-only", "homepage": "https://github.com/maliknaik16/crimson", "authors": [ { "name": "Malik Naik", "email": "maliknaik16@gmail.com", "homepage": "http://maliknaik.me/", "role": "Developer" } ], "require": { "react/http": "^0.8.5", "react/socket": "^1.3.0", "guzzlehttp/psr7": "^1.0" }, "autoload": { "psr-4": { "Crimson\\": "src/" } }, "config": { "optimize-autoloader": true } }