subashrijal5 / chatgpt-laravel
Installs: 51
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/subashrijal5/chatgpt-laravel
Requires
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0
Requires (Dev)
- orchestra/testbench: ^4.0|^5.0|^6.0|^7.0|^8.0
- phpunit/phpunit: ^8.0|^9.3
This package is auto-updated.
Last update: 2025-12-08 23:14:40 UTC
README
This is where your description should go. Take a look at contributing.md to see a to do list.
Installation
Via Composer
composer require subashrijal5/chatgpt-laravel
In config/app.php add provider
Subashrijal5\ChatgptLaravel\ChatgptLaravelServiceProvider::class
Usage
Using Facade:
use Subashrijal5\ChatgptLaravel\Facades\ChatgptLaravel;
$response = ChatgptLaravel::studyNotes('Your Topic');
available methods:
use Subashrijal5\ChatgptLaravel\Facades\ChatgptLaravel;
ChatgptLaravel::askQuestion('Your question');
ChatgptLaravel::correctGrammer('Your Topic');
ChatgptLaravel::essayWriter('Your Topic');
ChatgptLaravel::essayOutline('Your Topic');
ChatgptLaravel::storyTeller('Your Topic', 'Your Genre');
ChatgptLaravel::storyTeller('Your Topic');
ChatgptLaravel::solveMathematicalProblem('Your Problem');
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email subashrijal5@gmail.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.