board / plugin-github
GitHub Power-Up for Board: read-only lists of commits, pull requests and issues.
v0.2.5
2026-07-15 13:02 UTC
Requires
- php: ^8.3
- board/plugin-sdk: ^0.2.6
- illuminate/http: ^11 || ^12 || ^13
- illuminate/support: ^11 || ^12 || ^13
- laravel/mcp: ^0.8
Requires (Dev)
- orchestra/testbench: ^9.0 || ^10.0
- pestphp/pest: ^3.0
README
A GitHub Power-Up for Board. Adds read-only board lists fed by a repository's recent commits, open pull requests or open issues.
Install
composer require board/plugin-github
Laravel auto-discovers the provider, which registers the plugin into Board's
PluginRegistry. Then, in a board: Power-Ups → Install GitHub → Connect
(OAuth), and create a list from the plugin.
Requirements
board/plugin-sdk(contracts)- The host app must expose a GitHub OAuth app (
GITHUB_CLIENT_ID/GITHUB_CLIENT_SECRET) — the token is stored, encrypted, by the host.
Versioning
Semantic versioning. Pins the SDK with "board/plugin-sdk": "^0.1".