PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Moamen Eltouny   pharaoh PHP Client Detection   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: pharaoh PHP Client Detection
Detect the current HTTP request browser type
Author: By
Last change:
Date: 4 years ago
Size: 859 bytes
 

Contents

Class file image Download
{ "name": "raggitech/pharaoh-client", "description": "Pharaoh Client Information (visitor) for PHP", "keywords": [ "http", "request", "client", "pharaoh", "raggitech", "php" ], "type": "library", "license": "MIT", "authors": [ { "name": "Moamen Eltouny", "email": "support@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": "^0.0.1" }, "autoload": { "psr-4": { "Pharaoh\\Client\\" : "src/" } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }