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

Abandoned → [wotz/filament-architect](/?search=wotz%2Ffilament-architect)Library[Utility &amp; Helpers](/categories/utility)

codedor/filament-architect
==========================

Extended Builder field for Filament

v3.0.0(3mo ago)26.0k↓50%1[5 PRs](https://github.com/codedor/filament-architect/pulls)1MITPHPPHP ^8.2CI passing

Since Aug 18Pushed 1mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (17)Versions (57)Used By (1)

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

52

—

FairBetter than 96% of packages

Maintenance84

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 55.6% 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 ~18 days

Total

50

Last Release

118d 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 (2 changes)v0.1.0PHP ^8.2

v2.0.0PHP ^8.2|^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/57cc19028ba009c60e4fec6a2516f878598b66a6e260cc06a5cf300f00913ba8?d=identicon)[jyrkidn](/maintainers/jyrkidn)

---

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] (21 commits)")[![kjellkeisse](https://avatars.githubusercontent.com/u/2952516?v=4)](https://github.com/kjellkeisse "kjellkeisse (9 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 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)")

---

Tags

laravelwho owns the zebrafilament-architect

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[swisnl/filament-backgrounds

Beautiful backgrounds for Filament auth pages

54149.2k6](/packages/swisnl-filament-backgrounds)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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