承接 firehub/skeleton 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

firehub/skeleton

最新稳定版本:v0.2.0

Composer 安装命令:

composer require firehub/skeleton

包简介

A ready-to-use skeleton repository for FireHub applications, providing a clean structure, Core integration, and support for multiple adapters

README 文档

README

release version GitHub license

FireHub Skeleton

A generic skeleton for building scalable PHP applications using FireHub Core.
This repository provides a clean folder structure and example setup to get started quickly with multiple UI adapters (HTTP, Console, or custom adapters), while keeping your application code adapter-agnostic.

GitHub created at GitHub release date GitHub last commit (branch) GitHub activity (branch) GitHub contributors GitHub language count GitHub top language GitHub repo size GitHub code size

FireHub Icon Quick Start

Core Foundation Version Packagist PHP Version Packagist Stars Packagist Downloads

  1. Create a new project with composer:
    composer create-project firehub/skeleton my-app
  2. Configure your application namespace (if desired):
    "autoload": {
      "psr-4": {
        "YourApp\\": "app/"
      }
    }
  3. Run HTTP adapter (if using):
    php web/index.php
  4. Run Console adapter (if using):
    php torch

Add other adapters as needed by creating new folders under adapters/ and wiring them in bootstrap/app.php.

FireHub Icon Security

OpenSSF Scorecard

For security reporting and guidelines, please refer to our SECURITY.md file.

FireHub Icon Community

GitHub watchers GitHub Repo stars GitHub forks

FireHub Icon Authors and Contributors

  • Project authors can be found here.
  • The full list of individual contributors can be found here.

FireHub Icon Brand & Trademark

Please refer to TRADEMARK.md and BRAND.md for guidelines on FireHub branding.

FireHub Icon License

This software is licensed under the MIT License.

For more details, read the full license here.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-22