PHPackages                             silverstripe/github-issue-search-composer-util - 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. silverstripe/github-issue-search-composer-util

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

silverstripe/github-issue-search-composer-util
==============================================

Browse Silverstripe module issues based on dependencies in your composer.lock file

0.1.3(6y ago)222BSD-3-ClausePHP

Since Jun 19Pushed 6y ago4 watchersCompare

[ Source](https://github.com/silverstripe/silverstripe-github-issue-search-composer-util)[ Packagist](https://packagist.org/packages/silverstripe/github-issue-search-composer-util)[ RSS](/packages/silverstripe-github-issue-search-composer-util/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (5)Used By (0)

Silverstripe Module Issue Browser Util
======================================

[](#silverstripe-module-issue-browser-util)

This utility reads a `composer.lock` file, discovers any Silverstripe modules contained there, and opens the [Silverstripe Issue Browser](http://silverstripe-issue-tracker.silverstripe.org) app. It shows only issues related to those Silverstripe modules.

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

[](#installation)

Install within a project (auto-discovers lock file)

```
composer require --dev silverstripe/github-issue-search-composer-util

```

Install globally (and pass through a lock file)

```
composer global require silverstripe/github-issue-search-composer-util

```

Usage
-----

[](#usage)

In a Silverstripe project:

```
vendor/bin/ss-issue-search

```

Globally with a custom lock file:

```
cat /my/project/composer.lock | ss-issue-search

```

The command will output a URL that you can open in your favourite browser.

On MacOSX, you can do this automatically with the `open` command, on Windows with the `start` command.

```
cat /my/project/composer.lock | ss-issue-search | xargs open

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

2204d ago

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/111025?v=4)[Ingo Schommer](/maintainers/chillu)[@chillu](https://github.com/chillu)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/silverstripe-github-issue-search-composer-util/health.svg)

```
[![Health](https://phpackages.com/badges/silverstripe-github-issue-search-composer-util/health.svg)](https://phpackages.com/packages/silverstripe-github-issue-search-composer-util)
```

PHPackages © 2026

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