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 4w 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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community3

Small or concentrated contributor base

Maturity53

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

2362d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ed508413b226718fceb37edfbe8aea118cdca91d4c38c01c8d440724c84d5dc?d=identicon)[liburdi](/maintainers/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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M119](/packages/cakephp-chronos)

PHPackages © 2026

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