PHPackages                             martin-ro/filament-blocks - 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. [Admin Panels](/categories/admin)
4. /
5. martin-ro/filament-blocks

ActiveLibrary[Admin Panels](/categories/admin)

martin-ro/filament-blocks
=========================

v1.0.7(1y ago)148PHPPHP ^8.3

Since Aug 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/martin-ro/filament-blocks)[ Packagist](https://packagist.org/packages/martin-ro/filament-blocks)[ RSS](/packages/martin-ro-filament-blocks/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (5)Versions (10)Used By (0)

Block-Builder for Filament
==========================

[](#block-builder-for-filament)

Provides a block builder for Filament. Blocks can be setup in the backend and rendered on the front-end.

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

[](#installation)

You can install this package via composer:

```
composer require martin-ro/filament-blocks
```

Creating a Block
----------------

[](#creating-a-block)

```
php artisan make:filament-block Hero/MyHero
```

This will create the following Block class:

```
use Filament\Forms\Components\Builder\Block;
use MartinRo\FilamentBlocks\PageBlock;

class MyHero extends FilamentBlock
{
    public static function getBlockSchema(): Block
    {
        return Block::make('hero.my-hero')
            ->label('Hero: My Hero')
            ->icon('heroicon-o-rectangle-stack')
            ->preview('components.blocks.hero.my-hero')
            ->schema([
                //
            ]);
    }
}
```

and its corresponding blade component view:

```
@props([
    //
])

    //

```

Using Blocks in your template
-----------------------------

[](#using-blocks-in-your-template)

```

```

Changelog
---------

[](#changelog)

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

Credits
-------

[](#credits)

- [Martin Ro](https://github.com/martin-ro)

License
-------

[](#license)

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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~5 days

Total

8

Last Release

587d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f9dd37cdb7c5679e5d91463b4b5cfded38fbfce46919242560161aa9f95f0166?d=identicon)[martin-ro](/maintainers/martin-ro)

---

Top Contributors

[![martin-ro](https://avatars.githubusercontent.com/u/10107779?v=4)](https://github.com/martin-ro "martin-ro (21 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/martin-ro-filament-blocks/health.svg)

```
[![Health](https://phpackages.com/badges/martin-ro-filament-blocks/health.svg)](https://phpackages.com/packages/martin-ro-filament-blocks)
```

###  Alternatives

[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[ralphjsmit/laravel-filament-seo

A package to combine the power of Laravel SEO and Filament Admin.

15398.7k10](/packages/ralphjsmit-laravel-filament-seo)[filament/support

Core helper methods and foundation code for all Filament packages.

2323.9M151](/packages/filament-support)[awcodes/filament-quick-create

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.

246177.6k7](/packages/awcodes-filament-quick-create)[geo-sot/filament-env-editor

Access .env file though Filament admin panel

2432.3k1](/packages/geo-sot-filament-env-editor)[caresome/filament-neobrutalism-theme

A neobrutalism theme for FilamentPHP admin panels

303.2k](/packages/caresome-filament-neobrutalism-theme)

PHPackages © 2026

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