PHPackages                             kicoephp/src - 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. kicoephp/src

ActiveLibrary

kicoephp/src
============

a simple web framework.

2.3.1(4y ago)044PHPPHP &gt;=7.4

Since Oct 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/moonprism/kicoephp-src)[ Packagist](https://packagist.org/packages/kicoephp/src)[ RSS](/packages/kicoephp-src/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (3)DependenciesVersions (8)Used By (0)

kicoephp
========

[](#kicoephp)

一个非常简单小巧 (仅由9个类组成) 的 php web 框架.

Install
-------

[](#install)

```
composer require kicoephp/src

```

Dash
----

[](#dash)

nginx 配置:

```
location / {
    try_files $uri $uri/ /index.php?$query_string;
}

```

```
