定制 gordon-fcl/housekeeping 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

gordon-fcl/housekeeping

最新稳定版本:v0.8.1

Composer 安装命令:

composer require gordon-fcl/housekeeping

包简介

A Laravel package to view and manage GitHub issues from the terminal.

README 文档

README

A Laravel package that brings GitHub issue management into the terminal, reducing context switching and keeping developers in flow.

Requirements

  • PHP 8.2+
  • Laravel 10 or 11

Installation

composer require gordon-fcl/housekeeping

The service provider is auto-discovered. No manual registration needed.

Configuration

Add your GitHub personal access token to .env:

GITHUB_TOKEN=ghp_your_token_here

The token needs repo scope to read issues and labels.

Optionally publish the config to customise the default label and base branch:

php artisan vendor:publish --tag=housekeeping-config

This creates config/housekeeping.php where you can set:

  • HOUSEKEEPING_LABEL - default issue label to filter by (default: housekeeping)
  • HOUSEKEEPING_BASE_BRANCH - branch to create working branches from (default: staging)

Usage

php artisan housekeeping:list

This will:

  1. Fetch your GitHub repositories
  2. Prompt you to select one
  3. Fetch labels from that repository
  4. Prompt you to select a label (or pass --tag=bug to skip)
  5. Display matching issues in a table

Options

php artisan housekeeping:list --tag=bug

Skip the label selection prompt by passing a label directly.

Development

git clone https://github.com/gordon-fcl/housekeeping.git
cd housekeeping
composer install

Run the test suite:

composer test

Individual checks:

composer lint          # Pint
composer test:types    # PHPStan
composer test:unit     # Pest
composer refacto       # Rector

Contributing

Please see CONTRIBUTING.md for details on the fork-and-PR workflow.

Licence

MIT. See LICENSE.md.

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固