PHPackages                             glugox/ai - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. glugox/ai

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

glugox/ai
=========

AI toolset for Glugox

1.0.0(10mo ago)0360[5 PRs](https://github.com/glugox/ai/pulls)1MITPHPPHP ^8.4CI passing

Since Aug 26Pushed 2mo agoCompare

[ Source](https://github.com/glugox/ai)[ Packagist](https://packagist.org/packages/glugox/ai)[ Docs](https://github.com/glugox/ai)[ GitHub Sponsors](https://github.com/glugox)[ RSS](/packages/glugox-ai/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (14)Versions (9)Used By (1)

AI Toolset
==========

[](#ai-toolset)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3d5dc07ec5b168f5075b475c29a5a9d6f99af173d92733e68d95bcd54faf6acd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f676c75676f782f61692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/glugox/ai)[![GitHub Tests Action Status](https://camo.githubusercontent.com/1a10acd08cebea7481334087c4270698cae5b1b3d0b0e1bf134aa62022bbe8da/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f676c75676f782f61692f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/glugox/ai/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/703faee10576e37ae3d1d0fdc5b4b86fd99f06cbe302f6b0a4c6af4c29de5770/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f676c75676f782f61692f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/glugox/ai/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/a21700669328ed1a814769475a93d536e0082d9eb293ea8aac0496e4b0a7ab19/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f676c75676f782f61692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/glugox/ai)

AI toolset for Glugox. This package provides a set of tools and utilities to integrate AI capabilities into your applications.

Installation
------------

[](#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
-----

[](#usage)

```
echo Ai::ask("What is 2 + 2?")->text();
// Outputs: 4
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [ervin](https://github.com/glugox)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance72

Regular maintenance activity

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

312d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13313019?v=4)[Glugox](/maintainers/glugox)[@glugox](https://github.com/glugox)

---

Top Contributors

[![ervinbeciragic](https://avatars.githubusercontent.com/u/2511769?v=4)](https://github.com/ervinbeciragic "ervinbeciragic (7 commits)")[![glugate](https://avatars.githubusercontent.com/u/110853691?v=4)](https://github.com/glugate "glugate (4 commits)")[![glugox](https://avatars.githubusercontent.com/u/13313019?v=4)](https://github.com/glugox "glugox (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelaiglugox

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/glugox-ai/health.svg)

```
[![Health](https://phpackages.com/badges/glugox-ai/health.svg)](https://phpackages.com/packages/glugox-ai)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[elegantly/laravel-translator

All on one translations management for Laravel

6333.1k](/packages/elegantly-laravel-translator)[spatie/laravel-url-ai-transformer

Transform URLs and their content using AI

267.2k](/packages/spatie-laravel-url-ai-transformer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
