PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Engin Ypsilon   Curler PHP HTTP Client Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Curler PHP HTTP Client Library
Send HTTP requests setup using a fluent interface
Author: By
Last change: Vercel livedemo added
Typos and script fixes
Date: 1 year ago
Size: 393 bytes
 

Contents

Class file image Download
{ "name": "eypsilon/curler", "type": "library", "license": "MIT", "description": "Many/Curler | Another one CURLs the dust", "minimum-stability": "dev", "config": { "optimize-autoloader": true, "sort-packages": true }, "autoload": { "psr-4": { "Many\\": "src" } }, "require": { "php": ">=8.0" } }