PHPackages                             lara-zeus/chaos - 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. lara-zeus/chaos

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

lara-zeus/chaos
===============

3.0.7(1mo ago)35.6k1[2 PRs](https://github.com/lara-zeus/chaos/pulls)3MITPHPPHP ^8.1CI passing

Since Mar 3Pushed 4w ago1 watchersCompare

[ Source](https://github.com/lara-zeus/chaos)[ Packagist](https://packagist.org/packages/lara-zeus/chaos)[ Docs](https://larazeus.com)[ GitHub Sponsors](https://github.com/atmonshi)[ RSS](/packages/lara-zeus-chaos/feed)WikiDiscussions 3.x Synced 2w ago

READMEChangelog (10)Dependencies (49)Versions (37)Used By (3)

[![](https://camo.githubusercontent.com/86842f27f1fd198b3578db216b964c00e98c491a3ed11b4d255c949fcc0be6e0/68747470733a2f2f6c6172617a6575732e636f6d2f696d616765732f6c6172612d7a6575732d6368616f732e776562703f763d33)](https://larazeus.com)

Chaos
=====

[](#chaos)

> Chaos is the mythological void state preceding the creation of the universe.

[![Latest Version on Packagist](https://camo.githubusercontent.com/e60148104eab312fb391be6f65da0120d79d639722cd108c1322fd5287ed295d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6172612d7a6575732f6368616f732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lara-zeus/chaos)[![Tests](https://camo.githubusercontent.com/374b4daec33d2860e1ffb03b7e51c55539f2ede4044d0fb447999816b81db087/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6c6172612d7a6575732f6368616f732f72756e2d74657374732e796d6c3f6c6162656c3d7465737473267374796c653d666c61742d737175617265266272616e63683d332e78)](https://github.com/lara-zeus/chaos/actions?query=workflow%3Arun-tests+branch%3A3.x)[![Code Style](https://camo.githubusercontent.com/70dfdc02b9fa49856a8986f642f5db853ddfd71dd2f42f2a6e8f1752169cceef/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6c6172612d7a6575732f6368616f732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6c6162656c3d636f64652d7374796c6526666c61742d737175617265)](https://github.com/lara-zeus/chaos/actions?query=workflow%3Afix-php-code-style-issues+branch%3A3.x)[![Total Downloads](https://camo.githubusercontent.com/fa08a1bf0a9a6c99ae9451100bcd1128c189ace49d534dec275736c31c6fab35/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6172612d7a6575732f6368616f732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lara-zeus/chaos)[![Total Stars](https://camo.githubusercontent.com/b012f388fdefa0604aeb1e723c384744a4e6c6018bd1f608d248cb8b3a7089db/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6c6172612d7a6575732f6368616f733f7374796c653d666c61742d737175617265)](https://github.com/lara-zeus/chaos)[![Plumb score](https://camo.githubusercontent.com/d0bb85fc1e143044625421c1ae5c1936a9a78a2a387be3636675e13628766a50/68747470733a2f2f706c756d627068702e6465762f6261646765732f6c6172612d7a6575732f6368616f732f636f6d706f736974652e737667)](https://plumbphp.dev/lara-zeus/chaos)

*💖 if you think this has potential, star ⭐️ the project to let me know :)*

Versions
--------

[](#versions)

Plugin VersionFilament Version`v1.x``v3.x``v2.x``v4.x``v3.x``v5.x`Support Filament
----------------

[](#support-filament)

[![filament-logo](https://camo.githubusercontent.com/58519de44f8b826c9af69864f6cd5e713a765061515e76c4705b09c9a6a715a5/68747470733a2f2f6c6172617a6575732e636f6d2f696d616765732f66696c616d656e742d73706f6e736f722d62616e6e65722e77656270)](https://github.com/sponsors/danharrin)Opinionated Filament Setup
==========================

[](#opinionated-filament-setup)

zeus chaos is a thin convention layer on top of Filament. It standardizes how **resources**, **forms**, **tables**, **infolists**, and **models** handle things you repeat on every CRUD screen.

Laravel Boost Skill
-------------------

[](#laravel-boost-skill)

Chaos includes a skill file for [Laravel Boost](https://laravel-boost.com). This skill instructs AI assistants (like Claude Code and Cursor) on how to correctly migrate and standardize a project to the `lara-zeus/chaos` architecture. It covers database migrations (`actionBy`, `softDeletes`), model traits (`ChaosModel`), and strict usage of `ChaosResource`, `ChaosForms`, `ChaosTables`, and `ChaosInfos`.

Features
--------

[](#features)

- **`ChaosModel`** — sets `created_by` / `updated_by` on save, defines `createdBy()` / `updatedBy()` relations, and exposes `isUsingActionBy()` / `isUsingSoftDelete()` so UI code can turn columns on or off.
- **Blueprint macros** — `actionBy()` and `dropActionBy()` for migrations.
- **`ChaosResource`** — derives model labels from a **lang file** named from the resource slug; adjusts the Eloquent query (soft-delete scope, eager-loading `createdBy` / `updatedBy` when enabled).
- **`ChaosForms`** — shared **grid layout** with your schema on the main area and an optional **sidebar** (your sections + collapsible “record info”: timestamps, created-by popover via [Popover](https://github.com/lara-zeus/popover)).
- **`ChaosTables`** — ID + **timestamp** columns, **created by / updated by** popover columns, **deleted at** when soft deletes are on, **trashed filter**, default **pagination 25** and **sort by primary key desc**, row **action group** (view / edit / delete / force delete / restore when allowed), and **bulk** delete / force delete / restore.
- **`ChaosInfos`** — infolist/`Schema` layout with **record info** sidebar (created/updated timestamps and by-fields).
- **`ChaosEditRecord`**, **`ChaosListRecords`**, **`ChaosViewRecord`** — header actions wired to **View** / **Delete** / **Create** / **Edit** only when the resource actually registers those pages.
- **`MultiLang`** — **tabs** per `config('app.locales')` for a translatable attribute (pairs well with Spatie Translatable).
- **`UserCardColumn`** — thin alias of Popover’s `PopoverColumn` for user detail popovers in tables.

Full Documentation
------------------

[](#full-documentation)

> Visit our website to get the complete documentation:

Support
-------

[](#support)

Available support channels:

- Join our channel on [Discord](https://discord.com/channels/883083792112300104)
- Open an issue on [GitHub](https://github.com/lara-zeus/chaos/issues)
- Email us using the [contact center](https://larazeus.com/contact-us)

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance94

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 79.4% 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 ~26 days

Recently: every ~2 days

Total

34

Last Release

29d ago

Major Versions

v1.0.20 → 2.0.02025-06-11

1.x-dev → 2.0.12025-10-21

2.x-dev → 3.0.02026-03-10

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1952412?v=4)[Lara Zeus](/maintainers/atmonshi)[@atmonshi](https://github.com/atmonshi)

---

Top Contributors

[![atmonshi](https://avatars.githubusercontent.com/u/1952412?v=4)](https://github.com/atmonshi "atmonshi (123 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (20 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (10 commits)")[![aymanalhattami](https://avatars.githubusercontent.com/u/34315778?v=4)](https://github.com/aymanalhattami "aymanalhattami (2 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/lara-zeus-chaos/health.svg)

```
[![Health](https://phpackages.com/badges/lara-zeus-chaos/health.svg)](https://phpackages.com/packages/lara-zeus-chaos)
```

###  Alternatives

[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

123204.9k1](/packages/stephenjude-filament-feature-flags)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94160.6k6](/packages/marcelweidum-filament-expiration-notice)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

85240.3k9](/packages/stephenjude-filament-two-factor-authentication)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6758.2k2](/packages/marcelweidum-filament-passkeys)

PHPackages © 2026

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