Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
openai-php
/
laravel
Location:
/home/zoteqbgb/public_html/vendor/openai-php/laravel
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: composer.json
{ "name": "openai-php/laravel", "description": "OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API", "keywords": ["laravel","php", "openai", "sdk", "codex", "GPT-3", "DALL-E", "api", "client", "natural", "language", "processing"], "license": "MIT", "authors": [ { "name": "Nuno Maduro", "email": "enunomaduro@gmail.com" } ], "require": { "php": "^8.1.0", "guzzlehttp/guzzle": "^7.9.2", "laravel/framework": "^9.46.0|^10.34.2|^11.29.0|^12.0", "openai-php/client": "^0.10.2" }, "require-dev": { "laravel/pint": "^1.18.1", "pestphp/pest": "^2.35.1|^3.5.0", "pestphp/pest-plugin-arch": "^2.7.0|^3.0.0", "phpstan/phpstan": "^1.12.7", "symfony/var-dumper": "^6.4.0|^7.1.5" }, "autoload": { "psr-4": { "OpenAI\\Laravel\\": "src/" } }, "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": true } }, "extra": { "laravel": { "providers": [ "OpenAI\\Laravel\\ServiceProvider" ] } }, "scripts": { "lint": "pint -v", "test:lint": "pint --test -v", "test:types": "phpstan analyse --ansi", "test:unit": "pest --colors=always", "test": [ "@test:lint", "@test:types", "@test:unit" ] } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
LICENSE.md
1,097 bytes
0644
2025-02-24 22:51
âï¸
ðï¸
Rename
composer.json
1,762 bytes
0644
2025-02-24 22:51
âï¸
ðï¸
Rename
config
-
0755
2025-02-24 22:51
ðï¸
Rename
resources
-
0755
2025-02-24 22:51
ðï¸
Rename
src
-
0755
2025-02-24 22:51
ðï¸
Rename
Chang
Apply