PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP HTTP Client Request   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HTTP Client Request
Process and send HTTP requests to Web servers
Author: By
Last change:
Date: 5 years ago
Size: 439 bytes
 

Contents

Class file image Download
{ "name": "lablnet/http-client", "description": "PHP http client package.", "keywords": ["php", "http","psr-7","free","package","Lablnet"], "license": "MIT", "authors": [ { "name": "Malik Umer Farooq", "email":"lablnet01@gmail.com", "homepage": "https://softhub99.com" } ], "autoload": { "psr-4": { "Lablnet\\": "src/" } } }