PHPackages                             poldixd/laravel-blade-repeat - 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. [Templating &amp; Views](/categories/templating)
4. /
5. poldixd/laravel-blade-repeat

ActiveLibrary[Templating &amp; Views](/categories/templating)

poldixd/laravel-blade-repeat
============================

1.1.0(1mo ago)02.7k↓50%MITPHPPHP ^8.2CI passing

Since Aug 20Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/poldixd/laravel-blade-repeat)[ Packagist](https://packagist.org/packages/poldixd/laravel-blade-repeat)[ Docs](https://github.com/poldixd/laravel-blade-repeat)[ RSS](/packages/poldixd-laravel-blade-repeat/feed)WikiDiscussions main Synced 1mo ago

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

poldixd/laravel-blade-repeat
============================

[](#poldixdlaravel-blade-repeat)

Blade directive for repeating content for Laravel 9.x and Laravel 10.x and PHP &gt;= 8.1

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

[](#installation)

```
composer require poldixd/laravel-blade-repeat
```

Usage
-----

[](#usage)

```
@repeat(3)
	Repeat me three times.
@endrepeat
```

Output:

```
Repeat me three times.
Repeat me three times.
Repeat me three times.
```

You can use the `$iteration` variable inside the loop for displaying the actual iteration count:

```
@repeat(3)
	Repeat me three times. I'am number #{{ $iteration }}
@endrepeat
```

Output:

```
Repeat me three times. I'am number #1
Repeat me three times. I'am number #2
Repeat me three times. I'am number #3
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md).

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

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

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance86

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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 ~261 days

Recently: every ~326 days

Total

6

Last Release

55d ago

Major Versions

0.3 → 1.0.02025-02-04

PHP version history (3 changes)0.1.0PHP ^8.0

0.2.0PHP ^8.1

0.3PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/06ee838e882815b78c994ebb11877afddc8955ec84886af6174e64e4f002d67b?d=identicon)[poldixd](/maintainers/poldixd)

---

Top Contributors

[![poldixd](https://avatars.githubusercontent.com/u/695449?v=4)](https://github.com/poldixd "poldixd (17 commits)")

---

Tags

laravelphp

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/poldixd-laravel-blade-repeat/health.svg)

```
[![Health](https://phpackages.com/badges/poldixd-laravel-blade-repeat/health.svg)](https://phpackages.com/packages/poldixd-laravel-blade-repeat)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[livewire/blaze

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

688221.3k17](/packages/livewire-blaze)[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)[rareloop/lumberjack-core

A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code

42155.0k19](/packages/rareloop-lumberjack-core)[konekt/html

HTML and Form Builders for the Laravel Framework

24403.2k5](/packages/konekt-html)

PHPackages © 2026

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