|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/poskrypt/test.poskrypt.com/vendor2/openai-php/client/ |
Upload File : |
{
"name": "openai-php/client",
"description": "OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API",
"keywords": ["php", "openai", "sdk", "codex", "GPT-3", "DALL-E", "api", "client", "natural", "language", "processing"],
"license": "MIT",
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
},
{
"name": "Sandro Gehri"
}
],
"require": {
"php": "^8.1.0",
"php-http/discovery": "^1.15.3",
"php-http/multipart-stream-builder": "^1.2.0",
"psr/http-client": "^1.0.2",
"psr/http-client-implementation": "^1.0.1",
"psr/http-factory-implementation": "*",
"psr/http-message": "^1.1.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.5.0",
"guzzlehttp/psr7": "^2.4.4",
"laravel/pint": "^1.8.0",
"nunomaduro/collision": "^7.4.0",
"pestphp/pest": "^2.4.0",
"pestphp/pest-plugin-arch": "^2.1.1",
"pestphp/pest-plugin-mock": "^2.0.0",
"phpstan/phpstan": "^1.10.11",
"rector/rector": "^0.14.8",
"symfony/var-dumper": "^6.2.8"
},
"autoload": {
"psr-4": {
"OpenAI\\": "src/"
},
"files": [
"src/OpenAI.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true,
"preferred-install": "dist",
"allow-plugins": {
"pestphp/pest-plugin": true,
"php-http/discovery": false
}
},
"scripts": {
"lint": "pint -v",
"refactor": "rector --debug",
"test:lint": "pint --test -v",
"test:refactor": "rector --dry-run",
"test:types": "phpstan analyse --ansi",
"test:unit": "pest --colors=always",
"test": [
"@test:lint",
"@test:refactor",
"@test:types",
"@test:unit"
]
}
}