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(3mo ago)03.0k↑134.6%MITPHPPHP ^8.2CI passing

Since Aug 20Pushed 1mo 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 3d ago

READMEChangelog (6)Dependencies (10)Versions (11)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

49

—

FairBetter than 94% of packages

Maintenance86

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 93.1% 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

109d 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 (27 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 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.6M3.1k](/packages/craftcms-cms)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[illuminate/view

The Illuminate View package.

13047.0M2.2k](/packages/illuminate-view)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.2k14](/packages/tallstackui-tallstackui)[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.

45444.2k1](/packages/pressbooks-pressbooks)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5443.8k](/packages/hasinhayder-tyro-dashboard)

PHPackages © 2026

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