PHPackages                             wotz/filament-architect - 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. wotz/filament-architect

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

wotz/filament-architect
=======================

Extended Builder field for Filament

v3.1.0(2mo ago)21.1k↓68.1%1[3 PRs](https://github.com/wotzebra/filament-architect/pulls)MITPHPPHP ^8.3CI passing

Since Aug 18Pushed 2w ago1 watchersCompare

[ Source](https://github.com/wotzebra/filament-architect)[ Packagist](https://packagist.org/packages/wotz/filament-architect)[ Docs](https://github.com/wotzebra/filament-architect)[ RSS](/packages/wotz-filament-architect/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (34)Versions (60)Used By (0)

Architect field for Filament
============================

[](#architect-field-for-filament)

This package extends the default [Builder](https://filamentphp.com/docs/2.x/forms/fields#builder) field from Filament with some default blocks.

[![architect screenshot](./docs/architect.png)](./docs/architect.png)

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

[](#installation)

You can install the package via composer:

```
composer require wotz/filament-architect
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-architect-config"
```

This is the contents of the published config file:

```
return [
    'default-blocks' => [
        // ...
    ]
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-architect-views"
```

Usage
-----

[](#usage)

```
\Wotz\FilamentArchitect\Filament\Fields\PageArchitectInput::make('body')
    ->required(),
```

Documentation
-------------

[](#documentation)

For the full documentation, check [here](./docs/index.md).

Testing
-------

[](#testing)

```
vendor/bin/pest
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Upgrading
---------

[](#upgrading)

Please see [UPGRADING](UPGRADING.md) for more information on how to upgrade to a new version.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover any security-related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

54

—

FairBetter than 96% of packages

Maintenance92

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 54.3% 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 ~19 days

Recently: every ~42 days

Total

51

Last Release

78d ago

Major Versions

v1.1.0 → v2.0.02024-10-04

v1.2.0 → v2.1.02024-12-27

v1.2.2 → v2.3.22025-10-27

1.x-dev → v2.4.02025-11-20

v2.4.0 → v3.0.02026-01-20

PHP version history (3 changes)v0.1.0PHP ^8.2

v2.0.0PHP ^8.2|^8.3

v3.1.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/15cf50c665151125e406b8daceaca4ce27096798f9295cbae2f17b29440241f6?d=identicon)[Who Owns The Zebra](/maintainers/Who%20Owns%20The%20Zebra)

---

Top Contributors

[![jyrkidn](https://avatars.githubusercontent.com/u/2447042?v=4)](https://github.com/jyrkidn "jyrkidn (119 commits)")[![AngryMoustache](https://avatars.githubusercontent.com/u/20287748?v=4)](https://github.com/AngryMoustache "AngryMoustache (53 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (24 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (9 commits)")[![kjellkeisse](https://avatars.githubusercontent.com/u/2952516?v=4)](https://github.com/kjellkeisse "kjellkeisse (9 commits)")[![Thomva](https://avatars.githubusercontent.com/u/67506591?v=4)](https://github.com/Thomva "Thomva (2 commits)")[![gdebrauwer](https://avatars.githubusercontent.com/u/22586858?v=4)](https://github.com/gdebrauwer "gdebrauwer (1 commits)")[![DevolderLouise](https://avatars.githubusercontent.com/u/80472390?v=4)](https://github.com/DevolderLouise "DevolderLouise (1 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (1 commits)")

---

Tags

laravelwho owns the zebrafilament-architect

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/wotz-filament-architect/health.svg)

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

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

284.5k1](/packages/finity-labs-fin-mail)

PHPackages © 2026

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