PHPackages                             octoper/statamic-blade-components - 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. octoper/statamic-blade-components

ActiveStatamic-addon

octoper/statamic-blade-components
=================================

Use Blade components inside Statamic's Antler template engine

2.0.0(4y ago)1015.9k10[1 PRs](https://github.com/octoper/statamic-blade-components/pulls)PHPPHP ^8.0

Since Aug 26Pushed 2y ago4 watchersCompare

[ Source](https://github.com/octoper/statamic-blade-components)[ Packagist](https://packagist.org/packages/octoper/statamic-blade-components)[ GitHub Sponsors](https://github.com/octoper)[ RSS](/packages/octoper-statamic-blade-components/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (7)Versions (7)Used By (0)

Statamic Blade Components
=========================

[](#statamic-blade-components)

> **Looking for maintainers**: As I'm not using Statamic these days and I don't have a the time to maintain the package I'm looking for anyone who want to take the ownerhip of it! You can reach out via email

[![Statami v3](https://camo.githubusercontent.com/88ad20c4a7a2ef5f6fdc11e82722a19551aa64eac853ef31b42177a76de652ff/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d332e302b2d464632363945)](https://statamic.com/addons/octoper/blade-components)[![Packagist](https://camo.githubusercontent.com/b10a7b3655b313ce835a3b62e1e97c51ee16f9205a984cbb1e06b9c0492eac35/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f63746f7065722f73746174616d69632d626c6164652d636f6d706f6e656e7473)](https://packagist.org/packages/octoper/statamic-blade-components)[![Tests](https://github.com/octoper/statamic-blade-components/actions/workflows/tests.yaml/badge.svg)](https://github.com/octoper/statamic-blade-components/actions/workflows/tests.yaml)[![StyleCI](https://camo.githubusercontent.com/8dc040c1ff16aef968e321ca445871e4ea50d8e4992ce772322b63f53d400b58/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3239303338393830302f736869656c643f6272616e63683d6d61696e)](https://github.styleci.io/repos/290389800?branch=main)

A [Laravel Blade Components](https://laravel.com/docs/10.x/blade#components) integration for Statamics Antlers template engine.

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

[](#installation)

You can install the package via composer:

```
composer require octoper/statamic-blade-components
```

General documentation
---------------------

[](#general-documentation)

[Laravel Blade Components](https://laravel.com/docs/10.x/blade#components)

How to be used with the Antlers template engine
-----------------------------------------------

[](#how-to-be-used-with-the-antlers-template-engine)

```
{{ component:hello }}
```

### Passing Initial Parameters

[](#passing-initial-parameters)

You can pass data into a component by passing additional parameters

```
{{ component:avatar username="johndoe" }}
```

### Passing Slots

[](#passing-slots)

You can pass additional content to your component via "slots" too.

```
{{ component:label for="email" }}
	Email
{{ /component:label }}
```

or even named slots

```
{{ component:label for="email" }}
	{{ component:slot name="title" }}
		Email
	{{ /component:slot}}
{{ /component:label }}
```

Testing
-------

[](#testing)

```
composer test
```

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Vaggelis Yfantis](https://github.com/octoper)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 84.5% 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 ~154 days

Total

5

Last Release

1476d ago

Major Versions

0.0.1 → 1.0.x-dev2021-03-26

1.0.1 → 2.0.02022-05-03

PHP version history (2 changes)1.0.x-devPHP ^7.3 || ^8.0

2.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/68fe70ec9a3d1aae74cdf605e12d121817b1d387ecca178e3a76b3993dee29d0?d=identicon)[octoper](/maintainers/octoper)

---

Top Contributors

[![octoper](https://avatars.githubusercontent.com/u/6823226?v=4)](https://github.com/octoper "octoper (49 commits)")[![royvanv](https://avatars.githubusercontent.com/u/18717340?v=4)](https://github.com/royvanv "royvanv (6 commits)")[![jackmcdade](https://avatars.githubusercontent.com/u/44739?v=4)](https://github.com/jackmcdade "jackmcdade (1 commits)")[![MrMooky](https://avatars.githubusercontent.com/u/3603346?v=4)](https://github.com/MrMooky "MrMooky (1 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

octoperstatamic-blade-components

###  Code Quality

TestsPest

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/octoper-statamic-blade-components/health.svg)

```
[![Health](https://phpackages.com/badges/octoper-statamic-blade-components/health.svg)](https://phpackages.com/packages/octoper-statamic-blade-components)
```

###  Alternatives

[livewire/blaze

A tool for optimizing Blade component performance by folding them into parent templates

688221.3k17](/packages/livewire-blaze)[glhd/aire

Modern Laravel form builder. Remembers old input, retrieves error messages and comes with beautiful Tailwind-based markup out of the box.

545265.3k7](/packages/glhd-aire)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[konekt/html

HTML and Form Builders for the Laravel Framework

24403.2k5](/packages/konekt-html)[bjuppa/laravel-blog

Add blog functionality to your Laravel project

483.3k2](/packages/bjuppa-laravel-blog)[evanschleret/lara-mjml

Just a service provider for Spatie's MJML wrapper

1722.0k](/packages/evanschleret-lara-mjml)

PHPackages © 2026

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