developerssavyour / open-ai
Open AI API Integration with Laravel
dev-main
2023-05-17 09:25 UTC
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is not auto-updated.
Last update: 2025-07-09 20:18:00 UTC
README
It is the package to integrate OpenAI api with laravel.
Installation
You can install the package via composer:
composer require developerssavyour/open-ai
Next, publish the configuration file:
php artisan vendor:publish --provider="DevelopersSavyour\OpenAI\OpenAIServiceProvider"
Or for Lumen Project manually add service provider: "DevelopersSavyour\OpenAI\OpenAIServiceProvider" to bootstrap/app.php and run
composer dump-autoload
Usage
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email muhammad.hammad@savyour.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.