board/plugin-github

GitHub Power-Up for Board: read-only lists of commits, pull requests and issues.

Maintainers

Package info

github.com/B-o-a-r-d/Github-Plugin

pkg:composer/board/plugin-github

Transparency log

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.2.5 2026-07-15 13:02 UTC

This package is auto-updated.

Last update: 2026-07-16 09:57:26 UTC


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".