PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   PHP OpenAI Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP OpenAI Library
Search engine for text using OpenAI API
Author: By
Last change:
Date: 1 year ago
Size: 581 bytes
 

Contents

Class file image Download
{ "name": "ph-7/openai-sdk", "description": "An easy SDK for using OpenAI with PHP", "type": "library", "license": "MIT", "autoload": { "psr-4": { "PH7\\OpenAi\\": "src" } }, "authors": [ { "name": "Pierre-Henry Soria", "email": "hi@ph7.me", "homepage": "https://github.com/pH-7" } ], "require": { "php": ">=8.1.0", "guzzlehttp/guzzle": "^7.4", "psr/http-client": "^1.0" }, "require-dev": { "phpunit/phpunit": "^9.5", "phake/phake": "^4.2" }, "scripts": { "test": "vendor/bin/phpunit" } }