PHPackages                             ybscript/swoole-buried - 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. ybscript/swoole-buried

ActiveProject[Framework](/categories/framework)

ybscript/swoole-buried
======================

a buried record php framework

1.0.0(7y ago)12MITPHPPHP &gt;=7.0

Since Apr 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ybscript/swoole-buried)[ Packagist](https://packagist.org/packages/ybscript/swoole-buried)[ RSS](/packages/ybscript-swoole-buried/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

swoole-buried
=============

[](#swoole-buried)

#### frame built with swoole,can use synchronous blocking or asynchronous non-blocking.

[](#frame-built-with-swoolecan-use-synchronous-blocking-or-asynchronous-non-blocking)

\[1\] Installation tutorial :

(1) first method:

1、clone this project:

```
$ git clone https://github.com/ybscript/swoole-buried.git

```

2、load vendor：

```
$ composer install

```

3、cd root path:

```
$ cd swoole-buried

```

4、init project:

```
$ php init

```

(2) second method:

1、create project:

```
$ composer create-project ybscript/swoole-buried xxx

```

2、init project:

```
$ cd xxx
$ php init

```

Go here, this project is init.

\[2\] server

1、start tcp server：

```
$ php buried -t tcp

```

2、start udp server：

```
$ php buried -t udp

```

\[3\] coding

1、Use 'onAction' for business processing in the controller:

```
class HomeController
{

    public function onIndex($info)
    {
        $sort = json_decode($info, true)['sort'] ?? 1;

        $res = UserModel::query()->where('sort', (int)$sort)->first()->toArray();

        //组件使用 所有组件都可以使用Yb::$app取获取使用 单例模式
//        $redisContent = Yb::$app->redis->get('test');

        Yb::$app->log->info('test', 'this is a error record info fro test');

        return $res;
    }
}

```

2、The model layer uses the same 'illuminate/database' as laravel;

3、create model:

```
$ php buried --table xxx

```

\[4\] hot reload server:

```
$ cd swoole-buried
$ sh tcp_reload.sh
$ sh udp_reload.sh

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Unknown

Total

1

Last Release

2644d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ybscript-swoole-buried/health.svg)

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

###  Alternatives

[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k246.0M11.1k](/packages/symfony-framework-bundle)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[shopware/storefront

Storefront for Shopware

674.4M211](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k55](/packages/open-dxp-opendxp)

PHPackages © 2026

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