PHPackages                             jigui/he\_test - 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. jigui/he\_test

ActiveLibrary

jigui/he\_test
==============

he\_test

v1.0.2(10y ago)020MITPHP

Since May 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/hexuan1922/he_test)[ Packagist](https://packagist.org/packages/jigui/he_test)[ RSS](/packages/jigui-he-test/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (4)Used By (0)

he\_test
========

[](#he_test)

packagist 流程安装
--------------

[](#packagist-流程安装)

```
composer require "jigui/he_test:*" -vvv

```

手动流程安装
------

[](#手动流程安装)

若只是想把这个类库的资源.在别的composer项目B中用..且不想走packagist这套流程...则可以按:

1. 项目B的vender文件夹下建立一个Ford文件夹..
2. 将本项目的src文件夹.复制到别的项目B的vender/Ford文件夹下
3. 在项目B的composer的autoload\_psr4.php 中手动添加 下行, `'Ford\\' => array($vendorDir . '/Ford/src/Ford'),`

```
使用时按namespace规则如下:

        use Ford;
        public function getTest() {
            Ford\Escape\Escape2013::info();
            Ford\Fiesta\Fiesta2013::info();
            Ford\Focus\Focus2013::info();
            var_dump('adfaf');
        }

正常会输出:

    This is Ford Escape2013!
    This is Ford Fiesta2013!
    This is Ford Focus2013!
    string(5) "adfaf"

```

4. 需要注意的是此时项目B的composer并不能高效加载且每次引入新包都要手动添加一次,

若在项目b中执行

```
composer dumpautoload -o -vvv

```

**正常执行后.不知为何会将刚才手动添加的 map记录..给清除掉..郁闷呀..**即使将当前项目的composer.json也复制过去...也是不行...composer.phar内部的逻辑..还真没去细看呀..

看composer require xxxx -vvv 的日志,好像是 1 download xxxx 2 读vendor/composer/installed.json..Generating autoload files 3 php artisan optimize 自己尝试手动在installed.json和composer.lock文件中.添加对应的pack段后..尝试 dumpautoload 发现依然不能加载..不明白呀..

所以.若此时项目B要引入其它包时. 每次 composer install/update/requirer成功后..都会自动的dump-autoload -o一下... 就会把手动添加的清除掉.导致的结果就是不能自动加载了..

若是手动的现有的包里加了一个文件...此时dumpautoload -o时则会把新增的文件 补充到classmap里...

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~0 days

Total

3

Last Release

3688d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5322103?v=4)[baojunli](/maintainers/hexuan1922)[@hexuan1922](https://github.com/hexuan1922)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jigui-he-test/health.svg)

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

PHPackages © 2026

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