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

ActiveLibrary[Framework](/categories/framework)

fayho/fayho
===========

fayho framework depend on swoft

06PHP

Since May 3Pushed 8y ago1 watchersCompare

[ Source](https://github.com/davidhhuan/fayho)[ Packagist](https://packagist.org/packages/fayho/fayho)[ RSS](/packages/fayho-fayho/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

fayho
=====

[](#fayho)

fayho framework depend on swoft

关于Services命名空间解说
================

[](#关于services命名空间解说)

- 所有类，都是针对*RPC 提供者*和*RPC 调用者*的
- 子目录，按不同子系统进行划分。如现有的Store目录，它是Store这个子系统的。所有的接口都是由Store子系统提供
- 每个子目录下面，都必须包含README.md，里面至少提供配置文件的内容

系统启动扫描
======

[](#系统启动扫描)

由于部分bean是写在这个库里面的，因此在系统的config/properties/app.php里面，需要将其加入到扫描目录

```
    'beanScan'     => [
        //其它扫描目录
        'Fayho\Middlewares' => BASE_PATH . '/vendor/fayho/fayho/src/Fayho/Middlewares',
        'Fayho\Services' => BASE_PATH . '/vendor/fayho/fayho/src/Fayho/Services',
    ],
```

或者是本系统去继承相对应的 Fayho 下面的类，放到 app 对应的目录里面

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/449399?v=4)[DavidLee(BirdyLee)](/maintainers/davidhhuan)[@davidhhuan](https://github.com/davidhhuan)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

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

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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