PHPackages                             graham-campbell/github-notifications - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. graham-campbell/github-notifications

AbandonedArchivedProject[Mail &amp; Notifications](/categories/mail)

graham-campbell/github-notifications
====================================

Reduce your notification burden on GitHub!

v4.1.0(2y ago)2471MITPHPPHP ^7.4.15 || ^8.0.2

Since Mar 11Pushed 2y agoCompare

[ Source](https://github.com/GrahamCampbell/GitHub-Notifications)[ Packagist](https://packagist.org/packages/graham-campbell/github-notifications)[ GitHub Sponsors](https://github.com/GrahamCampbell)[ RSS](/packages/graham-campbell-github-notifications/feed)WikiDiscussions 4.1 Synced 2w ago

READMEChangelog (10)Dependencies (8)Versions (26)Used By (0)

GitHub Notifications
====================

[](#github-notifications)

GitHub Notifications was created by, and is maintained by [Graham Campbell](https://github.com/GrahamCampbell), and is a simple command line tool to mark all notifications about issues or rejected PRs as read on a given organization. Feel free to check out the [releases](https://github.com/GrahamCampbell/GitHub-Notifications/releases), [security policy](https://github.com/GrahamCampbell/GitHub-Notifications/security/policy), [license](LICENSE), [code of conduct](.github/CODE_OF_CONDUCT.md), and [contribution guidelines](.github/CONTRIBUTING.md).

[![Banner](https://user-images.githubusercontent.com/2829600/71477091-0f3c7780-27e0-11ea-88f6-077601e11046.png)](https://user-images.githubusercontent.com/2829600/71477091-0f3c7780-27e0-11ea-88f6-077601e11046.png)

[![Build Status](https://camo.githubusercontent.com/6be7096ecc476a808e1b5ed677401b404a68a8f50e8974b77f623c457cedcf9d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f47726168616d43616d7062656c6c2f4769744875622d4e6f74696669636174696f6e732f74657374732e796d6c3f6c6162656c3d5465737473267374796c653d666c61742d737175617265)](https://github.com/GrahamCampbell/GitHub-Notifications/actions?query=workflow%3ATests)[![StyleCI Status](https://camo.githubusercontent.com/62fbe3a123d30de1505d265edd80d3aaa6edff1b3a39987e95556a8ef7404b83/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3132343735393537342f736869656c64)](https://github.styleci.io/repos/124759574)[![Software License](https://camo.githubusercontent.com/c090e080484e2a2bc766446291d04437db823929042bf614b26a1643660ddf6f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e3f7374796c653d666c61742d737175617265)](LICENSE)[![Latest Version](https://camo.githubusercontent.com/ce8b14b1024fe471e60aab484b205dedd5ca6cbafcc0cb151a8122ce600d2f45/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f47726168616d43616d7062656c6c2f4769744875622d4e6f74696669636174696f6e733f7374796c653d666c61742d737175617265)](https://github.com/GrahamCampbell/GitHub-Notifications/releases)

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

[](#installation)

[PHP](https://www.php.net/) 7.4-8.3 is required. To get the latest version, simply require the project using [Composer](https://getcomposer.org/):

```
$ composer global require "graham-campbell/github-notifications:^4.1"
```

Alternatively, you can simply clone the repo and run `composer install` in the folder.

Authentication
--------------

[](#authentication)

You'll also need to create yourself a [personal access token](https://github.com/settings/tokens) for GitHub's API with access to the `notifications` scope.

Usage
-----

[](#usage)

By default, we'll try and read your personal access token for GitHub from the `GITHUB_TOKEN` environment variable, however you can also specify a token with the `--token` command-line flag.

To clear all issue notifications for the Laravel organization:

```
$ notifications clear laravel
```

Or, if you are specifying a token:

```
$ notifications clear laravel --token {...}
```

Building
--------

[](#building)

The following documentation is for contributors to this package only.

To build the `phar` file, run:

```
$ make composer-install
$ make box-compiler
```

Security
--------

[](#security)

If you discover a security vulnerability within this package, please send an email to . All security vulnerabilities will be promptly addressed. You may view our full security policy [here](https://github.com/GrahamCampbell/GitHub-Notifications/security/policy).

License
-------

[](#license)

GitHub Notifications is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 98.6% 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 ~83 days

Recently: every ~132 days

Total

26

Last Release

984d ago

Major Versions

1.0.x-dev → v2.0.02020-01-19

2.0.x-dev → v3.0.02021-02-20

3.1.x-dev → 4.0.x-dev2023-03-07

PHP version history (4 changes)v1.0.0PHP ^7.1.3

v2.0.0PHP ^7.2.5

v3.0.0PHP ^7.2.5 || ^8.0

4.0.x-devPHP ^7.4.15 || ^8.0.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/d95eb26cb8f3919bb5ca3b6d823daeabbf259663778a970349b245c580713c8e?d=identicon)[graham-campbell](/maintainers/graham-campbell)

---

Top Contributors

[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (71 commits)")[![shirshak55](https://avatars.githubusercontent.com/u/8097377?v=4)](https://github.com/shirshak55 "shirshak55 (1 commits)")

---

Tags

hacktoberfestnotificationsgithubGraham CampbellGrahamCampbellnotifyGitHubNotificationsGitHub Notifications

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/graham-campbell-github-notifications/health.svg)

```
[![Health](https://phpackages.com/badges/graham-campbell-github-notifications/health.svg)](https://phpackages.com/packages/graham-campbell-github-notifications)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.3k](/packages/laravel-framework)[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M668](/packages/shopware-core)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6943.5M448](/packages/drupal-core-recommended)

PHPackages © 2026

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