webkernel/dependencies 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

webkernel/dependencies

最新稳定版本:v0.1.1

Composer 安装命令:

composer require webkernel/dependencies

包简介

Centralized dependency bundle for the Webkernel ecosystem, offering a unified set of core libraries shared across all modules.

README 文档

README

Laravel Logo

Webkernel Dependencies

Centralized dependency bundle for the Webkernel ecosystem. This package defines and validates all required libraries for consistent development and deployment.

Build Status Total Downloads Latest Stable Version License

Requirements

  • PHP ^8.4
  • Composer
  • Laravel Framework ^12.0
  • Filament ^4.0
  • Octane ^2.12
  • Sushi ^2.5
  • Domain Parser ^6.4
  • Laravel Prompts ^0.3.8
  • Laravel Tinker ^2.10.1

Webkernel Installation

composer require webkernel/dependencies
composer update   # use in development to refresh versions and update composer.lock
composer install  # use in production to respect composer.lock

Validation

To ensure the composer.json file is correct and reproducible:

composer validate --no-check-lock --strict

Continuous Integration

GitHub Actions workflow validates dependencies and generates the coverage badge.
The badge is stored at .github/badges/coverage.svg and can be displayed in the README:

![Test coverage](.github/badges/coverage.svg)

License

Licensed under the MPL-2.0.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MPL-2.0
  • 更新时间: 2025-12-15