{
"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
}
|