PHPackages                             xuqingkai/php.library - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. xuqingkai/php.library

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

xuqingkai/php.library
=====================

xuqingkai

v1.0.2(1y ago)07MITPHPPHP &gt;=7.0.0

Since Nov 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/xuqingkai/php.library)[ Packagist](https://packagist.org/packages/xuqingkai/php.library)[ Docs](https://github.com/xuqingkai)[ RSS](/packages/xuqingkai-phplibrary/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

php.library
===========

[](#phplibrary)

- 自动载入本地文件：src/app目录下的所有文件都归到app命名空间下

```
"autoload": {
    "psr-4": {
        "app\\": "src/app"
    }
}

```

- 引入auto\_loader

```
include_once('vendor/autoload.php');

```

- 调用代码，现在就可以看到效果了

```
use app\Index;
$result = Index::index();
exit($result);

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

553d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe04eab687c518ce3ebecf7c19b91ada33da962c94d7e9c535566ffbf494a4cd?d=identicon)[xuqingkai](/maintainers/xuqingkai)

---

Top Contributors

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

---

Tags

xuqingkai

### Embed Badge

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

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

###  Alternatives

[fakerphp/faker

Faker is a PHP library that generates fake data for you.

3.9k358.5M3.5k](/packages/fakerphp-faker)[brick/money

Money and currency library

1.9k37.9M102](/packages/brick-money)[amphp/process

A fiber-aware process manager based on Amp and Revolt.

25552.6M52](/packages/amphp-process)[geocoder-php/google-maps-provider

Geocoder GoogleMaps adapter

18517.9M44](/packages/geocoder-php-google-maps-provider)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[dekor/php-array-table

PHP Library for printing associative arrays as text table (similar to mysql terminal console)

296.6M2](/packages/dekor-php-array-table)

PHPackages © 2026

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