glugox / ai
AI toolset for Glugox
Fund package maintenance!
glugox
Requires
- php: ^8.4
- illuminate/contracts: ^11.0||^12.0
- prism-php/prism: ^0.86.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.8
- orchestra/testbench: ^10.0.0||^9.0.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-arch: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- phpstan/extension-installer: ^1.0
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- spatie/laravel-ray: ^1.35
This package is auto-updated.
Last update: 2025-08-26 09:25:05 UTC
README
AI toolset for Glugox. This package provides a set of tools and utilities to integrate AI capabilities into your applications.
Installation
You can install the package via composer:
composer require glugox/ai
You can publish the config file with:
php artisan vendor:publish --tag="ai-config"
This is the contents of the published config file:
return [
];
Usage
echo Ai::ask("What is 2 + 2?")->text(); // Outputs: 4
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.