jonesrussell/northcloud-laravel
最新稳定版本:v0.10.0
Composer 安装命令:
composer require jonesrussell/northcloud-laravel
包简介
Shared article ingestion pipeline for North Cloud-connected Laravel sites
README 文档
README
Shared Laravel package for North Cloud article ingestion via Redis pub/sub.
Requirements
- PHP 8.4+
- Laravel 12
- ext-redis
- ext-pcntl
Installation
composer require jonesrussell/northcloud-laravel
Publish the configuration file:
php artisan vendor:publish --tag=northcloud-config
Configuration
Add the following variables to your .env file:
| Variable | Description | Default |
|---|---|---|
NORTHCLOUD_REDIS_CONNECTION |
Redis connection name to use | northcloud |
NORTHCLOUD_CHANNELS |
Comma-separated Redis channels to subscribe to | articles:default |
NORTHCLOUD_MIN_QUALITY_SCORE |
Minimum quality score for ingested articles | 0 |
Artisan Commands
| Command | Description |
|---|---|
articles:subscribe |
Subscribe to Redis channels and ingest articles |
articles:status |
Show connection and configuration status |
articles:stats |
Display article statistics |
articles:test-publish |
Publish a test article to Redis |
articles:replay |
Re-process existing articles |
Testing
vendor/bin/pest
License
MIT
统计信息
- 总下载量: 604
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-08