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.

v5.0.2(1mo ago)014↓85.7%MITBladePHP ^8.2CI passing

Since Jun 8Pushed 1mo agoCompare

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

READMEChangelog (4)Dependencies (5)Versions (10)Used By (0)

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

[](#filament-raraxuan)

Official Filament plugin for the Raraxuan AI Platform.

View your Raraxuan organization, available prompt templates, and usage statistics directly inside your Filament admin panel.

Features
--------

[](#features)

- Account summary page
- Available prompt templates
- Usage statistics
- Environment-based configuration
- Seamless Filament Integration

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

[](#requirements)

- PHP 8.2+
- Laravel 11.28, 12 or 13
- Filament 5.x
- Raraxuan API Account

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

[](#version-compatibility)

This branch supports Filament 5.x.

For Filament 3.x, install the `^3.0` release line instead.

The public plugin entrypoint remains the same across versions:

```
use LatitudeInnovation\FilamentRaraxuan\RaraxuanPlugin;

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

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

[](#installation)

### Filament v5

[](#filament-v5)

```
composer require latitudeinnovation/filament-raraxuan:^5.0
```

### Filament v3

[](#filament-v3)

```
composer require latitudeinnovation/filament-raraxuan:^3.0
```

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 configuration to `.env`:

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

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance91

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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

Every ~0 days

Total

9

Last Release

44d ago

Major Versions

v0.1.0 → v5.0.02026-06-09

v3.0.1 → v5.0.12026-06-09

v3.0.2 → 5.x-dev2026-06-10

### 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 (7 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)
```

PHPackages © 2026

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