PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Moamen Eltouny   Pharaoh HTTP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Pharaoh HTTP
Get and set the values of the current HTTP request
Author: By
Last change:
Date: 4 years ago
Size: 833 bytes
 

Contents

Class file image Download
{ "name": "raggitech/pharaoh-http", "description": "Pharaoh HTTP Request/Response", "keywords": [ "http", "request", "response", "pharaoh", "raggitech", "php" ], "type": "library", "license": "MIT", "authors": [ { "name": "Moamen Eltouny", "email": "raggi@raggitech.com" } ], "require": { "php": ">=7.2", "jaybizzle/crawler-detect": "^1.2", "mobiledetect/mobiledetectlib": "^2.8", "raggitech/pharaoh-classes-traits": "^0.0.1", "raggitech/php-dot-array": "^1.0" }, "autoload": { "psr-4": { "Pharaoh\\Http\\": "" } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }