PHPackages                             gemingcao/slim3-application - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. gemingcao/slim3-application

ActiveLibrary[HTTP &amp; Networking](/categories/http)

gemingcao/slim3-application
===========================

A Slim Framework application for rapid development

v1.0.0(7y ago)11MITPHPPHP &gt;=7.1

Since Sep 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/gemingcao/slim3-application)[ Packagist](https://packagist.org/packages/gemingcao/slim3-application)[ Docs](http://github.com/gemingcao/slim3-application)[ RSS](/packages/gemingcao-slim3-application/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (12)Versions (2)Used By (0)

Slim Framework 3 Gemingcao Application
======================================

[](#slim-framework-3-gemingcao-application)

使用此框架应用程序快速设置并开始处理新的Slim Framework 3应用程序。此应用程序使用最新的Slim 3和Twig-View模板渲染器。它还使用Monolog记录器。

此框架应用程序是为Composer构建的。这样可以快速轻松地设置新的Slim Framework应用程序。

安装应用程序
------

[](#安装应用程序)

从要安装新Slim Framework应用程序的目录中运行此命令。

```
php composer.phar create-project gemingcao/slim3-application [your-app-name]
//composer create-project gemingcao/slim3-application [your-app-name]

```

替换\[your-app-name\]为新应用程序的所需目录名称。你想要：

- 将虚拟主机文档根目录指向新应用程序的`public/`目录。
- 确保`application/logs/`可写。
- 创建数据库，如`slim3-application`，导入数据库文件`slim3-application.sql`便于测试。
- 配置`application/configs/settings.php`中`database settings`的数据库用户名和密码。

要在开发中运行应用程序，可以运行这些命令

```
cd [your-app-name]
php composer.phar start
//composer start

```

在浏览器中运行测试

```
http://localhost:8080/index
http://localhost:8080/hello/world
http://localhost:8080/admin

```

就这样了！

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2786d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2102603?v=4)[gemingcao](/maintainers/gemingcao)[@gemingcao](https://github.com/gemingcao)

---

Top Contributors

[![gemingcao](https://avatars.githubusercontent.com/u/2102603?v=4)](https://github.com/gemingcao "gemingcao (5 commits)")

---

Tags

restrouterpsr7microframework

### Embed Badge

![Health badge](/badges/gemingcao-slim3-application/health.svg)

```
[![Health](https://phpackages.com/badges/gemingcao-slim3-application/health.svg)](https://phpackages.com/packages/gemingcao-slim3-application)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
