PHPackages                             latitudeinnovation/filament-raraxuan - 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. latitudeinnovation/filament-raraxuan

ActiveLibrary[API Development](/categories/api)

latitudeinnovation/filament-raraxuan
====================================

Filament plugin for Raraxuan AI API.

v0.1.0(yesterday)03↑2900%MITPHPPHP ^8.2CI passing

Since Jun 8Pushed yesterdayCompare

[ Source](https://github.com/latitudeinnovation/filament-raraxuan)[ Packagist](https://packagist.org/packages/latitudeinnovation/filament-raraxuan)[ RSS](/packages/latitudeinnovation-filament-raraxuan/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

Filament Raraxuan
=================

[](#filament-raraxuan)

Official Filament plugin for the Raraxuan AI Platform.

Bring AI capabilities directly into your Filament admin panel with AI playgrounds, assistants, content generators, bulk actions, and custom AI-powered workflows.

Features
--------

[](#features)

- AI Playground
- AI Chat Assistant
- Form Field Generators
- Rich Editor Actions
- Table Bulk Actions
- Content Generation
- Translation
- Summarization
- Custom Prompt Integration
- Multiple AI Engine Support
- Seamless Filament Integration

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 10, 11 or 12
- Filament 3.x, 4.x, or 5.x
- Raraxuan API Account

Version Compatibility
---------------------

[](#version-compatibility)

This package supports multiple Filament majors through an internal compatibility layer.

- Filament 3.x
- Filament 4.x
- Filament 5.x

The public plugin entrypoint remains the same across versions:

```
use LatitudeInnovation\FilamentRaraxuan\RaraxuanPlugin;

$panel
    ->plugin(RaraxuanPlugin::make());
```

Compatibility is enforced in CI with a Filament 3/4/5 matrix workflow.

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

[](#installation)

```
composer require latitudeinnovation/filament-raraxuan
```

Publish the config if you want to customize defaults:

```
php artisan vendor:publish --tag=filament-raraxuan-config
```

Register the plugin in your Filament panel provider:

```
use LatitudeInnovation\FilamentRaraxuan\RaraxuanPlugin;

$panel
    ->plugin(RaraxuanPlugin::make());
```

Add your Raraxuan settings to `.env`:

```
RARAXUAN_API_KEY=your-api-key
RARAXUAN_API_URL=https://ai.raraxuan.com/api
RARAXUAN_DEFAULT_ENGINE=gpt-5.5
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance100

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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

1d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33911607?v=4)[Latitude Innovation Sdn Bhd](/maintainers/latitudeinnovation)[@latitudeinnovation](https://github.com/latitudeinnovation)

---

Top Contributors

[![juzhax](https://avatars.githubusercontent.com/u/1167187?v=4)](https://github.com/juzhax "juzhax (5 commits)")

---

Tags

aiartificial-intelligenceassistantchatbotfilamentfilament-pluginfilamentphpgenerative-ailaravellaravel-packagellmopenaiphpraraxuan

### Embed Badge

![Health badge](/badges/latitudeinnovation-filament-raraxuan/health.svg)

```
[![Health](https://phpackages.com/badges/latitudeinnovation-filament-raraxuan/health.svg)](https://phpackages.com/packages/latitudeinnovation-filament-raraxuan)
```

###  Alternatives

[rupadana/filament-api-service

A simple api service for supporting filamentphp

208114.4k7](/packages/rupadana-filament-api-service)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[tapp/filament-webhook-client

Add a Filament resource and a policy for Spatie Webhook client

1124.1k](/packages/tapp-filament-webhook-client)[wallacemartinss/filament-whatsapp-conector

Filament plugin for WhatsApp integration with Evolution API v2

682.8k17](/packages/wallacemartinss-filament-whatsapp-conector)[zpmlabs/filament-api-docs-builder

This package will give you the best API docs building experience.

152.2k](/packages/zpmlabs-filament-api-docs-builder)

PHPackages © 2026

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