PHPackages                             laocc/esp-install - 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. laocc/esp-install

ActiveLibrary

laocc/esp-install
=================

esp install code

1.0.6(4y ago)021PHPPHP &gt;7.1

Since Jan 12Pushed 4y ago1 watchersCompare

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

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

环境要求
====

[](#环境要求)

- 建议`Nginx`
- PHP7以上

Nginx服务器配置：
===========

[](#nginx服务器配置)

在`common/nginx`中有已经设置好的示例，但是需要在`/usr/local/nginx/conf/nginx.conf`中增加引用：

```
include {PATH}/common/nginx/host/*.conf

```

此目录下几个文件中的路径需要改为自己实际的真实绝对路径。 在`php.conf`中`fastcgi_pass`要注意与实际sock路径是否相同

文件权限
====

[](#文件权限)

\### /runtime目录

- 此目录为框架运行时产生的临时文件保存位置；
- 此目录需有读写权限，除此之外的所有目录不必要有写入权限；
- 应该将此目录放入`.gitignore`中；

### 开发环境与生产环境

[](#开发环境与生产环境)

- 在`/runtime/`中添加`debug.lock`，当前为开发环境
- 多负载架构时，需要在主节点`/runtime/`中添加`master.lock`

### 运行时需要写入的配置文件

[](#运行时需要写入的配置文件)

- 框架及程序的配置文件原则上建议放在`/common/config`中(默认值)
- 若程序有存在运行时写入配置，可以在`/common`中新建一个目录，并赋于此目录写入权限，当然也可以放在其他目录，比如`/runtime`中；

### 操作示例

[](#操作示例)

```
chown -R www:www *
chmod -R 540 *
chmod -R 740 runtime
chmod -R 740 common/custom
```

假设`custom`为程序运行中需要写入的目录

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Every ~51 days

Recently: every ~64 days

Total

6

Last Release

1693d ago

Major Versions

0.0.4 → 1.0.22021-07-27

PHP version history (2 changes)0.0.1PHP &gt;7.0

1.0.2PHP &gt;7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20593163?v=4)[老船长](/maintainers/laocc)[@laocc](https://github.com/laocc)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/laocc-esp-install/health.svg)

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

PHPackages © 2026

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