PHPackages                             rna-code/bower-phpci-plugin - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. rna-code/bower-phpci-plugin

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

rna-code/bower-phpci-plugin
===========================

PHPCI plugin for Bower integration

1.0.3(10y ago)249MITPHPPHP &gt;=5.3.3

Since Feb 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/RNACode/phpci-bower)[ Packagist](https://packagist.org/packages/rna-code/bower-phpci-plugin)[ RSS](/packages/rna-code-bower-phpci-plugin/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Bower plugin for [PHPCI](https://www.phptesting.org)
====================================================

[](#bower-plugin-for-phpci)

A plugin for PHPCI to download and install Bower packages required by your application.

### Install the Plugin

[](#install-the-plugin)

1. Navigate to your PHPCI root directory and run `composer require rna-code/bower-phpci-plugin`
2. If you are using the PHPCI daemon, restart it
3. Update your `phpci.yml` in the project you want to deploy with

### Prerequisites

[](#prerequisites)

1. [Bower](https://www.bower.io) needs to be installed.

### Plugin Options

[](#plugin-options)

- **command** *\[string, require\]* - Command name. See [API](http://bower.io/docs/api/)
- **directory** *\[string, optional\]* - Relative path to run bower in.
- **flags** *\[list, optional\]* - Command flags

### PHPCI Config

[](#phpci-config)

```
    RNACode\PHPCI\Bower:
        command: install
```

example:

```
setup:
    ...
    RNACode\PHPCI\Bower:
        command: install
        flags:
            - "--allow-root"
            - "--save"
    ...
```

Output:

```
bower install --allow-root --save
```

###  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

Maturity61

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

Total

4

Last Release

3762d ago

### Community

Maintainers

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

---

Top Contributors

[![RNACode](https://avatars.githubusercontent.com/u/7851687?v=4)](https://github.com/RNACode "RNACode (18 commits)")

---

Tags

pluginbowerphpci

### Embed Badge

![Health badge](/badges/rna-code-bower-phpci-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/rna-code-bower-phpci-plugin/health.svg)](https://phpackages.com/packages/rna-code-bower-phpci-plugin)
```

PHPackages © 2026

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