PHPackages                             tyesty/phpitbar - 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. tyesty/phpitbar

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

tyesty/phpitbar
===============

Library for creating bitbar plugins with php

05PHP

Since Mar 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/tyesty/phpitbar)[ Packagist](https://packagist.org/packages/tyesty/phpitbar)[ RSS](/packages/tyesty-phpitbar/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

phpitbar
========

[](#phpitbar)

Library for creating bitbar plugins with php

Usage
-----

[](#usage)

### Installation

[](#installation)

```
{
  "require": {
    "tyesty/phpitbar": "^1.0"
  }
}
```

or if you prefer, via command line:

```
$ composer require tyesty/phpitbar
```

### Structure

[](#structure)

Due to the fact that Bitbar is executing every **file** in the plugins directory, you will have to move all your composer stuff (and other files beside the main executable php file) to a subdirectory. This could look something like this:

```
.
├── yourplugin/
│   ├── src/
│   ├── composer.json
│   └── vendor/
└── test.5m.php

```

### Example

[](#example)

```
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/edeaf2033307c1ddb212123dd6b8e1f73b0c96dbcbbc2f6e3acc74a75d921a85?d=identicon)[tyesty](/maintainers/tyesty)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tyesty-phpitbar/health.svg)

```
[![Health](https://phpackages.com/badges/tyesty-phpitbar/health.svg)](https://phpackages.com/packages/tyesty-phpitbar)
```

###  Alternatives

[borisguery/inflexible

Collection of Inflectors for string, date, numbers, etc.

201.8k](/packages/borisguery-inflexible)

PHPackages © 2026

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