PHPackages                             g1a/hubph - 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. g1a/hubph

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

g1a/hubph
=========

Template project for PHP libraries.

0.6.6(4y ago)22.7k1[2 PRs](https://github.com/g1a/hubph/pulls)MITPHPPHP &gt;=7.1.3

Since Jul 25Pushed 3y ago2 watchersCompare

[ Source](https://github.com/g1a/hubph)[ Packagist](https://packagist.org/packages/g1a/hubph)[ RSS](/packages/g1a-hubph/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (10)Versions (49)Used By (0)

Hubph
=====

[](#hubph)

Hubph (pronounced "huff") is an experimental PHP implementation of [Hub](https://github.com/github/hub).

[![Travis CI](https://camo.githubusercontent.com/f5d6959f2edcfe861b564ada9f0454f73891fbe78ff3c8f32dba70ca8b51445e/68747470733a2f2f7472617669732d63692e6f72672f6731612f68756270682e7376673f6272616e63683d6d61696e)](https://travis-ci.org/g1a/hubph)[![Windows CI](https://camo.githubusercontent.com/5b04376628e940a98563f9cffbb746588dbf51ef64710d102c5d7d61b897d1fc/68747470733a2f2f63692e6170707665796f722e636f6d2f6170692f70726f6a656374732f7374617475732f2537422537425055545f4150505645594f525f5354415455535f42414447455f49445f484552452537442537443f7376673d74727565)](https://ci.appveyor.com/project/g1a/hubph)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/3d2ee488972031f37d7d7f1aded87041ef3e8c0e957033c7ac4f2a29513edbb9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6731612f68756270682f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/g1a/hubph/?branch=main)[![Coverage Status](https://camo.githubusercontent.com/3b03a257742846ce021ef4d3fff530bb75dfdba9d11a6aec0c68c71378634238/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6731612f68756270682f62616467652e7376673f6272616e63683d6d61696e)](https://coveralls.io/github/g1a/hubph?branch=main)[![License](https://camo.githubusercontent.com/48ec640df7aa98ffef21cc458ad62f485e8c6afaab5ab4da8d13d84e1cd7779e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d3430383637372e737667)](LICENSE)

Getting Started
---------------

[](#getting-started)

To try out hubph, download the phar from the [releases](https://github.com/g1a/hubph/releases) section of the GitHub project.

This is just a prototype project, so documentation is sparse, and the commands and their options may change at any time.

This project does not necessarily do everything that Hub does, but it might also do some extra things that Hub does not do. The definition and scope of this project is still being explored.

### Local Development

[](#local-development)

Clone this project and then run:

```
composer install

```

If you wish to build the phar for this project, install the `box` phar builder via:

```
composer phar:install-tools

```

Running the tests
-----------------

[](#running-the-tests)

The test suite may be run locally by way of some simple composer scripts:

TestCommandRun all tests`composer test`PHPUnit tests`composer unit`PHP linter`composer lint`Code style`composer cs`Fix style errors`composer cbf`Deployment
----------

[](#deployment)

- Edit the `VERSION` file to contain the version to release, and commit the change.
- Run `composer release`

Contributing
------------

[](#contributing)

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the process for submitting pull requests to us.

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [releases](https://github.com/g1a/hubph/releases) page.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 85.3% 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 ~44 days

Recently: every ~26 days

Total

31

Last Release

1566d ago

PHP version history (2 changes)0.1.0PHP &gt;=5.5.0

0.3.6PHP &gt;=7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/b34cc6bd882277b6c6dda19bf6631ae5c3a909fd667c826a15121642cdc051b2?d=identicon)[greg.1.anderson](/maintainers/greg.1.anderson)

---

Top Contributors

[![greg-1-anderson](https://avatars.githubusercontent.com/u/612191?v=4)](https://github.com/greg-1-anderson "greg-1-anderson (87 commits)")[![kporras07](https://avatars.githubusercontent.com/u/2217820?v=4)](https://github.com/kporras07 "kporras07 (14 commits)")[![dependencies-bot](https://avatars.githubusercontent.com/u/28956703?v=4)](https://github.com/dependencies-bot "dependencies-bot (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/g1a-hubph/health.svg)

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

###  Alternatives

[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k196.2M3.1k](/packages/composer-composer)[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k251.2M25.2k](/packages/friendsofphp-php-cs-fixer)[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k60.6M803](/packages/drush-drush)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[phpro/soap-client

A general purpose SoapClient library

8896.1M54](/packages/phpro-soap-client)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

5.1k5.2k](/packages/shlinkio-shlink)

PHPackages © 2026

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