PHPackages                             jpuck/php-bootstrap-progress-bar - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jpuck/php-bootstrap-progress-bar

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jpuck/php-bootstrap-progress-bar
================================

Create static Bootstrap Progress Bars using PHP.

1.2.1(9y ago)0291GPL-3.0+PHPPHP ^7.0

Since Dec 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jpuck/php-bootstrap-progress-bar)[ Packagist](https://packagist.org/packages/jpuck/php-bootstrap-progress-bar)[ RSS](/packages/jpuck-php-bootstrap-progress-bar/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

PHP Bootstrap Progress Bar
==========================

[](#php-bootstrap-progress-bar)

Create static [Bootstrap Progress Bars](http://getbootstrap.com/components/#progress) using PHP.

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

[](#installation)

Install into your project using [composer](https://getcomposer.org/).

```
composer require jpuck/php-bootstrap-progress-bar

```

Usage
-----

[](#usage)

See [example.php](./example.php) for usage.

Views
-----

[](#views)

Additional [twig views](http://twig.sensiolabs.org/) may be created and added to the views directory and referenced using the `render` method. For example, `myview.twig.html` can be used like:

```
echo $progressbar->render('myview');
```

WordPress sans Bootstrap
------------------------

[](#wordpress-sans-bootstrap)

If you're using WordPress without Bootstrap, then you can add [the stylesheet](./css/style.css) to the `` section with the [`wp_head` action hook](https://codex.wordpress.org/Plugin_API/Action_Reference/wp_head).

```
add_action( 'wp_head', array( ProgressBar::class, 'wp_head' ) );
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

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

Total

4

Last Release

3468d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d3f43ad248cd9c696b067b19e4e18856d78a8b2e4f2c3ee21a1d3d5cead5610?d=identicon)[jpuck](/maintainers/jpuck)

---

Top Contributors

[![jpuck](https://avatars.githubusercontent.com/u/15305396?v=4)](https://github.com/jpuck "jpuck (12 commits)")

### Embed Badge

![Health badge](/badges/jpuck-php-bootstrap-progress-bar/health.svg)

```
[![Health](https://phpackages.com/badges/jpuck-php-bootstrap-progress-bar/health.svg)](https://phpackages.com/packages/jpuck-php-bootstrap-progress-bar)
```

PHPackages © 2026

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