PHPackages                             chrisreedio/inteliment - 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. [API Development](/categories/api)
4. /
5. chrisreedio/inteliment

ActiveLibrary[API Development](/categories/api)

chrisreedio/inteliment
======================

Filament Integration for OpenAI's Assistants

3.x-dev(2y ago)42[2 PRs](https://github.com/chrisreedio/inteliment/pulls)MITPHPPHP ^8.1

Since Nov 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/chrisreedio/inteliment)[ Packagist](https://packagist.org/packages/chrisreedio/inteliment)[ Docs](https://github.com/chrisreedio/inteliment)[ GitHub Sponsors](https://github.com/chrisreedio)[ RSS](/packages/chrisreedio-inteliment/feed)WikiDiscussions 3.x Synced 1mo ago

READMEChangelogDependencies (13)Versions (5)Used By (0)

Inteliment - Filament OpenAI Assistant Integration
==================================================

[](#inteliment---filament-openai-assistant-integration)

[![Inteliment](https://user-images.githubusercontent.com/77644584/282675849-872f76c6-9247-4180-9af7-140fb9c53c33.png)](https://user-images.githubusercontent.com/77644584/282675849-872f76c6-9247-4180-9af7-140fb9c53c33.png)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2903f3398207a25819eab29906da38483e76e5d8f1852abab1a149011193b271/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636872697372656564696f2f696e74656c696d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chrisreedio/inteliment)[![GitHub Tests Action Status](https://camo.githubusercontent.com/df33238e57e58373ae3ecd2c6cbdea37e21de637ec7a99e4621e9b1a5b659042/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636872697372656564696f2f696e74656c696d656e742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/chrisreedio/inteliment/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/e6d2f370068ac7aeb9d3ca93b5057e98da54475bf82f53048123f57de24ef962/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636872697372656564696f2f696e74656c696d656e742f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/chrisreedio/inteliment/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/666e89bd0a33139690b6cd251fd82004475081c375812d52c172ff66383a026f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636872697372656564696f2f696e74656c696d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chrisreedio/inteliment)

Inteliment is a Filament plugin providing an interface for OpenAI's API within Laravel projects.

It offers straightforward tools to interact with AI services, facilitating the implementation of AI features like Assistants, text generation, or data analysis.

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

[](#installation)

You can install the package via composer:

```
composer require chrisreedio/inteliment
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="inteliment-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="inteliment-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="inteliment-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$inteliment = new ChrisReedIO\Inteliment();
echo $inteliment->echoPhrase('Hello, ChrisReedIO!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Chris Reed](https://github.com/chrisreedio)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

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

761d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/edf125933a93f1f09822d1679b36b2d6deed75b2380f6e1c57d54cd52a8db29d?d=identicon)[chrisreedio](/maintainers/chrisreedio)

---

Top Contributors

[![chrisreedio](https://avatars.githubusercontent.com/u/77644584?v=4)](https://github.com/chrisreedio "chrisreedio (12 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelchrisreediointeliment

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/chrisreedio-inteliment/health.svg)

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

###  Alternatives

[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ryangjchandler/bearer

Minimalistic token-based authentication for Laravel API endpoints.

8129.8k](/packages/ryangjchandler-bearer)[tapp/filament-webhook-client

Add a Filament resource and a policy for Spatie Webhook client

1120.2k](/packages/tapp-filament-webhook-client)[combindma/laravel-facebook-pixel

Meta pixel integration for Laravel

4956.9k](/packages/combindma-laravel-facebook-pixel)[stechstudio/laravel-hubspot

A Laravel SDK for the HubSpot CRM Api

2971.0k](/packages/stechstudio-laravel-hubspot)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)

PHPackages © 2026

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