承接 semhoun/slim-skeleton-mvc 相关项目开发

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

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

semhoun/slim-skeleton-mvc

Composer 安装命令:

composer create-project semhoun/slim-skeleton-mvc

包简介

Simple Slim Framework 4 skeleton with Twig, Monolog, Doctrine in Sqlite.

README 文档

README

Codacy Badge Latest Stable Version Total Downloads License Ask DeepWiki

A modern web application skeleton based on Slim 4, using the MVC architecture. This project is ideal for quickly starting the development of an API or a web application with a robust stack.

🚀 Features

🛠️ Requirements

  • PHP 8.4 or higher
  • Composer 2.0 or higher
  • SQLite extension (or MySQL/PostgreSQL for production)
  • Required PHP extensions: json, pdo, pdo_sqlite

🛠️ Installation

1. Create the project

Use Composer to install the project:

composer create-project semhoun/slim-skeleton-mvc [your-app]

2. Configuration

  1. Copy the .env.example file to .env:
cp .env.example .env
  1. By default, the application uses a SQLite database located in var/database.sqlite. For production, configure your database and other settings in the .env file or via environment variables.

  2. Initialize the database:

./console migrations:migrate
  1. (Optional) Generate Doctrine proxies:
./console orm:generate-proxies

3. Run the application

You can use the PHP built-in development server:

composer start

Or use the console command:

./console serve

The application will be accessible at http://localhost:8080.

4. Available Console Commands

# Clear application cache
./console cache:clear

# Initialize cache
./console cache:init

# Generate Doctrine proxies
./console orm:generate-proxies

# Run development server
./console serve

# List all available commands
./console list

🧪 Development Tools

Run unit tests:

composer test

Check code quality with PHP Insights:

composer insights-check

Apply automatic Rector fixes:

composer rector-fix

Fix code style issues:

composer insights-fix

Run pre-commit checks (code style + rector + dos2unix):

composer pre-commit

A compose.yml file is provided to facilitate deployment. Here is a configuration example:

services:
  slim:
    image: semhoun/webserver
    ports:
      - "8080:80"
    volumes:
      - .:/www
    environment:
      - APP_ENV=dev
      - DEBUG_MODE=true

To launch the environment with Docker:

docker compose up -d

📝 Notes

  • Ensure that the var folder has write permissions (for cache, logs, database)
  • Default credentials: admin / admin (change in production!)
  • The project includes an error rendering system (HTML/JSON) based on the Accept header
  • API routes are prefixed with /api (configurable in config/settings/_base_.php)

📚 Documentation

📄 License

This project is licensed under the MIT License. See the LICENSE file for more details.

🔄 Changelog

See the CHANGELOG.md file for version history and upcoming changes.

semhoun/slim-skeleton-mvc 适用场景与选型建议

semhoun/slim-skeleton-mvc 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.29k 次下载、GitHub Stars 达 84, 最近一次更新时间为 2019 年 08 月 18 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「twig」 「api」 「monolog」 「mvc」 「sqlite」 「console」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 semhoun/slim-skeleton-mvc 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 semhoun/slim-skeleton-mvc 我们能提供哪些服务?
定制开发 / 二次开发

基于 semhoun/slim-skeleton-mvc 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

  • Stars: 84
  • Watchers: 6
  • Forks: 16
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-08-18