PHPackages                             enjoys/bootstrap5-renderer - 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. enjoys/bootstrap5-renderer

ActiveLibrary

enjoys/bootstrap5-renderer
==========================

Renderer for enjoys/forms

2.0.0(2y ago)02.5k↓50%MITPHPPHP ^8.0

Since Apr 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Enjoyzz/bootstrap5-renderer)[ Packagist](https://packagist.org/packages/enjoys/bootstrap5-renderer)[ RSS](/packages/enjoys-bootstrap5-renderer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (20)Used By (0)

bootstrap5-renderer
===================

[](#bootstrap5-renderer)

Renderer for enjoys/forms

Run built-in server for view example
------------------------------------

[](#run-built-in-server-for-view-example)

```
port=$(shuf -i 2048-65000 -n 1);
php -S localhost:"${port}" -t ./example .route
```

Usage
-----

[](#usage)

```
use Enjoys\Forms\Renderer\Bootstrap5\Bootstrap5Renderer;
$renderer = new Bootstrap5Renderer();
/** @var \Enjoys\Forms\Form $form */
$renderer->setForm($form);
$renderer->output();
```

or

```
use Enjoys\Forms\Renderer\Bootstrap5\Bootstrap5Renderer;
/** @var \Enjoys\Forms\Form $form */
$renderer = new Bootstrap5Renderer($form);
$renderer->output();
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Recently: every ~173 days

Total

19

Last Release

746d ago

Major Versions

1.3.x-dev → 2.0.02024-05-03

PHP version history (2 changes)1.0.0PHP &gt;= 8.0

2.0.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25447823?v=4)[enjoys](/maintainers/enjoys)[@enjoys](https://github.com/enjoys)

---

Top Contributors

[![Enjoyzz](https://avatars.githubusercontent.com/u/1448659?v=4)](https://github.com/Enjoyzz "Enjoyzz (21 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/enjoys-bootstrap5-renderer/health.svg)

```
[![Health](https://phpackages.com/badges/enjoys-bootstrap5-renderer/health.svg)](https://phpackages.com/packages/enjoys-bootstrap5-renderer)
```

PHPackages © 2026

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