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.1(2mo ago)35.5k1[1 PRs](https://github.com/lara-zeus/chaos/pulls)3MITPHPPHP ^8.1CI passing

Since Mar 3Pushed 1w 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 2d ago

READMEChangelog (10)Dependencies (36)Versions (31)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/eb0c128860d046fb28968dac88ac5b60dec035da6c888dfc6ccf65c0e5ff8247/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6c6172612d7a6575732f6368616f732f72756e2d74657374732e796d6c3f6c6162656c3d7465737473267374796c653d666c61742d737175617265266272616e63683d312e78)](https://github.com/lara-zeus/chaos/actions?query=workflow%3Arun-tests+branch%3A1.x)[![Code Style](https://camo.githubusercontent.com/70dfdc02b9fa49856a8986f642f5db853ddfd71dd2f42f2a6e8f1752169cceef/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6c6172612d7a6575732f6368616f732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6c6162656c3d636f64652d7374796c6526666c61742d737175617265)](https://github.com/lara-zeus/chaos/actions?query=workflow%3Afix-php-code-style-issues+branch%3A1.x)[![Total Downloads](https://camo.githubusercontent.com/fa08a1bf0a9a6c99ae9451100bcd1128c189ace49d534dec275736c31c6fab35/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6172612d7a6575732f6368616f732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lara-zeus/chaos)[![Total Downloads](https://camo.githubusercontent.com/b012f388fdefa0604aeb1e723c384744a4e6c6018bd1f608d248cb8b3a7089db/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6c6172612d7a6575732f6368616f733f7374796c653d666c61742d737175617265)](https://github.com/lara-zeus/chaos)

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

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.

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

51

—

FairBetter than 95% of packages

Maintenance93

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 78% 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 ~29 days

Recently: every ~50 days

Total

28

Last Release

56d 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 (92 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (15 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (9 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

[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94135.4k5](/packages/marcelweidum-filament-expiration-notice)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)

PHPackages © 2026

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