PHPackages                             nwidart/project-lister - 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. nwidart/project-lister

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

nwidart/project-lister
======================

Package to list repositories on Github, Bitbucket and Sourceforge.

914PHP

Since Sep 20Pushed 11y ago1 watchersCompare

[ Source](https://github.com/nWidart/projectLister)[ Packagist](https://packagist.org/packages/nwidart/project-lister)[ RSS](/packages/nwidart-project-lister/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Scrutinizer Quality Score](https://camo.githubusercontent.com/b94dde5b8cff6ebb807f42942efc8c67b655e29f29847d5aeee3b878823d35a8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e5769646172742f70726f6a6563744c69737465722f6261646765732f7175616c6974792d73636f72652e706e673f733d35373636363837383263373362326162356432393263336433316439656634333331366631656330)](https://scrutinizer-ci.com/g/nWidart/projectLister/)

Project Lister
==============

[](#project-lister)

Project lister is a package to display a list of your current repositories on Github, Bitbucket or Sourceforge.

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

[](#installation)

Add `nwidart/ProjectLister` as a requirement to `composer.json`:

```
{
    ...
    "require": {
        ...
        "nwidart/project-lister": "dev-master"
    },
}

```

Update composer:

```
$ php composer.phar update

```

Add `'Nwidart\ProjectLister\ProjectListerServiceProvider',` to your `app/config/app.php` file in the `providers` array.

Publish package config:

```
$ php artisan config:publish nwidart/project-lister

```

Configuration
-------------

[](#configuration)

In the `app/config/nwidart/projectLister/config.php` config file:

1. `service` : Set your desired service (github,bitbucket,sourceforge)
2. `username` : Set your username on that service
3. `sortBy` : You can set the sort type. Possible options are: 4. `Watchers`2. `Name`3. `Updated`
4. `sortByAsc` : true/false. Set if you wish to sort ascending or not.
5. `template` : You can override the default template here. These tags are available: 6. `{{PROJECT_URL}}` : The project URL 2. `{{PROJECT_NAME}}` : The project Name 3. `{{PROJECT_WATCHER_COUNT}}` : The project watchers count 4. `{{PROJECT_DESCRIPTION}}` : The project description 5. `{{PROJECT_WATCHER_NOUN}}` : Is replaced by 'watcher' or 'watchers'

Usage
-----

[](#usage)

To show the projects list simple use this in one of your views:

```
{{ ProjectLister::show(); }}

```

Credits
-------

[](#credits)

This is mainly a port of the Wordpress Plugin [github-bitbucket-project-lister](http://wordpress.org/plugins/github-bitbucket-project-lister/), to be used in Laravel.

License (MIT)
-------------

[](#license-mit)

Copyright (C) 2012 by Kenny Katzgrau

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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/565946b8d70f5fa172a21f87b7f0e3abdce0611cc1cd300ec8e7b360bdb0a4bc?d=identicon)[nWidart](/maintainers/nWidart)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/nwidart-project-lister/health.svg)

```
[![Health](https://phpackages.com/badges/nwidart-project-lister/health.svg)](https://phpackages.com/packages/nwidart-project-lister)
```

###  Alternatives

[jweiland/events2

Events 2 - Create single and recurring events

2165.2k3](/packages/jweiland-events2)[filafly/filament-phosphor-icons

Phosphor icon pack for Filament Icons

1235.4k3](/packages/filafly-filament-phosphor-icons)

PHPackages © 2026

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