PHPackages                             visio/laraansible - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. visio/laraansible

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

visio/laraansible
=================

A FilamentPHP 3 plugin for managing Ansible inventories, task templates, and deployments.

0.2(6mo ago)2141MITPHPPHP ^8.2CI failing

Since Nov 14Pushed 6mo agoCompare

[ Source](https://github.com/visio-soft/LaraAnsible)[ Packagist](https://packagist.org/packages/visio/laraansible)[ RSS](/packages/visio-laraansible/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

AnsiblePHP — Filament Admin for Ansible
=======================================

[](#ansiblephp--filament-admin-for-ansible)

A compact Filament admin panel for managing Ansible inventories, keystores, task templates, and queued deployments with live console output.

Requirements: PHP 8.4+, Laravel 12, Filament 3, Redis (Horizon), Ansible installed on the host.

Quick start

- Clone, install &amp; configure: ```
    git clone
    cd ansiblephp
    composer install
    cp .env.example .env
    # edit .env DB and Redis values
    php artisan key:generate
    php artisan migrate --seed
    php artisan horizon & php artisan serve
    ```

Admin workflow

- Create Keystores, Inventories, Task Templates, then create and execute Deployments.

Notes

- Dev tools: `composer format`, `php artisan test`
- Security: Protect keystore data (DB encryption); run Ansible under a restricted user.

License: MIT

use VisioSoft\\LaraAnsible\\LaraAnsiblePlugin;

```
return $panel
    ->plugin(LaraAnsiblePlugin::make());

```

use VisioSoft\\LaraAnsible\\Filament\\Widgets\\DeploymentStatsWidget; use VisioSoft\\LaraAnsible\\Filament\\Widgets\\LatestDeployments;

-&gt;widgets(\[ DeploymentStatsWidget::class, LatestDeployments::class, \])

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance68

Regular maintenance activity

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 53.8% 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 ~1 days

Total

2

Last Release

184d ago

### Community

Maintainers

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

---

Top Contributors

[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (14 commits)")[![fatihalp](https://avatars.githubusercontent.com/u/219454?v=4)](https://github.com/fatihalp "fatihalp (12 commits)")

---

Tags

ansiblepluginlaraveldeploymentansiblefilament

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/visio-laraansible/health.svg)

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

###  Alternatives

[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

401.5k](/packages/ercogx-laravel-filament-starter-kit)[webplusm/gallery-json-media

a filament media storing in a Json field

196.0k](/packages/webplusm-gallery-json-media)[webklex/laravel-git-hook

Laravel Git Hook

191.2k](/packages/webklex-laravel-git-hook)

PHPackages © 2026

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