Download the PHP package itsimiro/laravel-openai without Composer
On this page you can find all versions of the php package itsimiro/laravel-openai. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download itsimiro/laravel-openai
More information about itsimiro/laravel-openai
Files in itsimiro/laravel-openai
Download itsimiro/laravel-openai
More information about itsimiro/laravel-openai
Files in itsimiro/laravel-openai
Vendor itsimiro
Package laravel-openai
Short Description A laravel package to integrate openai in laravel application
License MIT
Homepage https://github.com/itsimiro/laravel-openai
Package laravel-openai
Short Description A laravel package to integrate openai in laravel application
License MIT
Homepage https://github.com/itsimiro/laravel-openai
Please rate this library. Is it a good library?
Informations about the package laravel-openai
Laravel OpenAI
A laravel package to integrate openai in laravel application.
Installation
You can install the package via composer:
Publish the configuration file:
This will create a config/laravel-openai.php configuration file in your project. Be sure to specify the key in your environment file.
Endpoint Support
Available now:
- Completions
- Chat
- Edits
- Models
- Images
Coming soon:
- Images
- Create image edit
- Audio
- Create transcription
- Create translation
- Embeddings
- Create embeddings
Usage
Create completion:
Create chat:
Create image:
See the documentation for more details on using OpenAI.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-openai with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
guzzlehttp/guzzle Version ^7.5
laravel/framework Version ^9.46.0|v10.0.0|^10.1.5
spatie/laravel-data Version ^3.1
guzzlehttp/guzzle Version ^7.5
laravel/framework Version ^9.46.0|v10.0.0|^10.1.5
spatie/laravel-data Version ^3.1
The package itsimiro/laravel-openai contains the following files
Loading the files please wait ....