PHPackages                             vyze/ghpb - 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. vyze/ghpb

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

vyze/ghpb
=========

A simple browser for github projects. Package for laravel 4

06CSS

Since Jan 25Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Vyze/ghpb)[ Packagist](https://packagist.org/packages/vyze/ghpb)[ RSS](/packages/vyze-ghpb/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Github project browser
----------------------

[](#github-project-browser)

### Version: 0.1

[](#version-01)

### License

[](#license)

The github project browser is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

Description
-----------

[](#description)

This is an add-on for Laravel 4. Main functional is to search projects and users on github.com , to show their details, to fix like status in local database for chosen item. You can watch screenshots from docs/screenshots/.

Installation:
-------------

[](#installation)

Before you start, be sure you have an api token set in you github account with read access to repo and user.

### 1. Modify your composer.json :

[](#1-modify-your-composerjson-)

- add to "require" block:

    ```
    "vyze/ghpb": "dev-master"

    ```
- add to "post-install-cmd" and "post-update-cmd" blocks:

    ```
    "php artisan config:publish graham-campbell/github",
    "php artisan config:publish vyze/ghpb",
    "php artisan asset:publish --path='vendor/vyze/ghpb/public/' ghpb",
    "php artisan asset:publish --path='vendor/twbs/bootstrap/dist/' bootstrap",

    ```

### 2. config

[](#2-config)

- modify you app/config/app.php :

    'providers' =&gt; array( // ... 'GrahamCampbell\\GitHub\\GitHubServiceProvider', //GitHub API 'Vyze\\Ghpb\\GhpbServiceProvider', //GitHub project browser )
- app/config/packages/graham-campbell/config.php: add your github api token here:

    ```
    'main' => array(
        'token'   => 'your-token',
    ),

    ```
- app/config/packages/vyze/config.php: you can set default github vendor/project and the root route for package

### 3. migrations:

[](#3-migrations)

```
After all abow you need to create a database structure

    php artisan migrate --package='vyze/ghpb'

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/d61c70cb25b0cf5dbc337e7cf2a2e76d2eb57710a4796e727dcde98d04ee1d85?d=identicon)[Vyze](/maintainers/Vyze)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/vyze-ghpb/health.svg)

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

###  Alternatives

[tatter/themes

Lightweight theme manager for CodeIgniter 4

1710.3k2](/packages/tatter-themes)

PHPackages © 2026

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