PHPackages                             kenritchie/hiphp - 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. [Framework](/categories/framework)
4. /
5. kenritchie/hiphp

ActiveProject[Framework](/categories/framework)

kenritchie/hiphp
================

hang in php is an open-source, simple web framework for the php programming language.

v1.0.0(6y ago)19Apache-2.0PHPPHP &gt;=5.3.0

Since Nov 20Pushed 2y agoCompare

[ Source](https://github.com/liburdi/hiphp)[ Packagist](https://packagist.org/packages/kenritchie/hiphp)[ RSS](/packages/kenritchie-hiphp/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (3)Used By (0)

### 用途

[](#用途)

- 了解框架的实现

### 安装

[](#安装)

> HiPHP1.0的运行环境要求PHP7.1+。

```
composer create-project liburdi/hiphp hp

```

- 指定版本安装

```
composer create-project liburdi/hiphp=v1.0.0 hp

```

- nginx

```
server{
        listen       80;
        server_name localhost;
        index index.html index.php;
        default_type text/html;
        charset utf-8;
        root /wwwroot/hiphp;
        client_max_body_size 256m;
        location / {
           try_files $uri @rewrite;
         }
        location @rewrite {
           set $static 0;
           if  ($uri ~ \.(css|js|jpg|jpeg|png|gif|ico|woff|eot|svg|css\.map|min\.map)$) {
                 set $static 1;
           }
           if ($static = 0) {
                 rewrite ^/(.*)$ /index.php?s=/$1;
           }

        }
        location ~ .php$ {
         fastcgi_pass   127.0.0.1:9000;
         fastcgi_index  index.php;
         fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
         include        fastcgi_params;
        }

}

```

- 访问127.0.0.1

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

2413d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/40747836?v=4)[利布尔迪](/maintainers/liburdi)[@liburdi](https://github.com/liburdi)

---

Top Contributors

[![liburdi](https://avatars.githubusercontent.com/u/40747836?v=4)](https://github.com/liburdi "liburdi (23 commits)")

---

Tags

phpphp-framework

### Embed Badge

![Health badge](/badges/kenritchie-hiphp/health.svg)

```
[![Health](https://phpackages.com/badges/kenritchie-hiphp/health.svg)](https://phpackages.com/packages/kenritchie-hiphp)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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