承接 silencenjoyer/silence-app-template 相关项目开发

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

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

silencenjoyer/silence-app-template

Composer 安装命令:

composer create-project silencenjoyer/silence-app-template

包简介

A starter template for client-ready application built on the Silence framework.

README 文档

README

Latest Stable Version PHP Version Require License

Web application template for Silence PHP Framework.

Welcome to Silence

⚙️ Installation

composer create-project --stability=dev silencenjoyer/silence-app-template silence-app
cd silence-app

🚀 To run the app:

docker compose -p silence-app up -d

Now you should be able to access the application through the browser. Usually it is http://localhost:80.

📁 Directory structure

app/                    Application files.
    Bootstrap/          Application and DI pre-configuration.
    Config/             Configuration files.
    Event/              Application Event System.
    Extensions/         Application Extensions.
    Http/               Everything related to HTTP processing.
        Controllers/
        Handlers/       PSR-15 Request Handlers.
        Middlewares/    PSR-15 Middlewares
    Routes/             Application Routes.
docker/                 Docker-specific files.
docs/                   Documentation.
public/                  Files publically accessible from the Internet.
    index.php           Entry script.
resources/              Application resources.
    views/              View templates.
storage/                Files generated during runtime.
var/                    Files generated during runtime.
tests/                  A set of Unit tests for the application.
vendor/                 Installed Composer packages.

📄 License

This package is distributed under the BSD-3 licence. For more details, see LICENSE.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2025-07-22