dev-master
9999999-devAn interactive shell for modern PHP.
MIT
The Requires
- php ^7.1.3
- symfony/console ^4.0
- knplabs/github-api dev-patch-2
- php-http/guzzle6-adapter 1.1.*
- guzzlehttp/guzzle 6.3.*
by Graham Campbell
github
An interactive shell for modern PHP.
GitHub Notifications was created by, and is maintained by Graham Campbell, 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, security policy, license, code of conduct, and contribution guidelines., (*1)
, (*2)
PHP 7.4-8.3 is required. To get the latest version, simply require the project using Composer:, (*4)
$ composer global require "graham-campbell/github-notifications:^4.1"
Alternatively, you can simply clone the repo and run composer install
in the folder., (*5)
You'll also need to create yourself a personal access token for GitHub's API with access to the notifications
scope., (*6)
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., (*7)
To clear all issue notifications for the Laravel organization:, (*8)
$ notifications clear laravel
Or, if you are specifying a token:, (*9)
$ notifications clear laravel --token {...}
The following documentation is for contributors to this package only., (*10)
To build the phar
file, run:, (*11)
$ make composer-install $ make box-compiler
If you discover a security vulnerability within this package, please send an email to security@tidelift.com. All security vulnerabilities will be promptly addressed. You may view our full security policy here., (*12)
GitHub Notifications is licensed under The MIT License (MIT)., (*13)
An interactive shell for modern PHP.
MIT
github