PHPackages                             rephp/rephp - 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. rephp/rephp

ActiveProject[Framework](/categories/framework)

rephp/rephp
===========

A Php Framework.

1.1.9(9mo ago)05MITPHPPHP &gt;=5.4.0

Since Aug 15Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/rephp/rephp)[ Packagist](https://packagist.org/packages/rephp/rephp)[ RSS](/packages/rephp-rephp/feed)WikiDiscussions master Synced 1w ago

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

需要环境： php &gt;= 7.2

执行命令： composer create-project rephp/rephp .

服务器配置

定时器新增配置可以实现git自动pull \*/1 \* \* \* \* /usr/bin/sh {你的项目路径}/pull

- \*/72 \* \* \* rm -rf {你的项目路径}/runtime/log/pull.log

```

.htaccess(Apache):

```
RewriteEngine On
RewriteBase /

# Allow any files or directories that exist to be displayed directly
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_URI} ^.*(.css|.js|.gif|.png|.jpg|.jpeg|.ico|.swf)$
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(.*)$ index.php?$1 [QSA,L]
```

.htaccess(Nginx):

```
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php$1 last;
break;
}

```

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance58

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 91.7% 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

277d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/31df7df745dd6581e863b1011844ac87f5535b1f5e2c60b8f38d78ce848a2187?d=identicon)[rephp](/maintainers/rephp)

---

Top Contributors

[![easyphplib](https://avatars.githubusercontent.com/u/76503702?v=4)](https://github.com/easyphplib "easyphplib (11 commits)")[![rephp](https://avatars.githubusercontent.com/u/78457739?v=4)](https://github.com/rephp "rephp (1 commits)")

---

Tags

frameworkrephp

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[pestphp/pest-plugin-stressless

Stressless plugin for Pest

67792.6k16](/packages/pestphp-pest-plugin-stressless)

PHPackages © 2026

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