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

ActiveProject

jexon/jexon-swoole
==================

A coroutine framework that focuses on speed and flexible, specifically use for build microservices and middlewares.

00PHP

Since Apr 8Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/CrazyJexon/swooleCrazy)[ Packagist](https://packagist.org/packages/jexon/jexon-swoole)[ RSS](/packages/jexon-jexon-swoole/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

第一版swoole框架-不带中间件调用的

Introduction
============

[](#introduction)

This is a crazy application using the swoole framework. This application is meant to be used as a starting place for those looking to get their feet wet with Hyperf Framework.

Requirements
============

[](#requirements)

Crazy has some requirements for the system environment, it can only run under Linux and Mac environment, but due to the development of Docker virtualization technology, Docker for Windows can also be used as the running environment under Windows.

When you don't want to use Docker as the basis for your running environment, you need to make sure that your operating environment meets the following requirements:

- PHP &gt;= 7.3
- Swoole PHP extension &gt;= 4.8
- OpenSSL PHP extension
- JSON PHP extension
- PDO PHP extension （If you need to use MySQL Client）
- Redis PHP extension （If you need to use Redis Client）

Installation using Composer
===========================

[](#installation-using-composer)

The easiest way to create a new Crazy project is to use Composer. If you don't have it already installed, then please install as per the documentation.

To create your new Crazy project:

$ composer create-project jexon/jexon-swoole

Once installed, you can run the server immediately using the command below.

$ php bin/run.php server start $ php bin/run.php server reload $ php bin/run.php server restart $ php bin/run.php server stop

This will start the cli-server on port `9501`, and bind it to all network interfaces. You can then visit the site at `http://localhost:9501/`

which will bring up Crazy default home page.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance61

Regular maintenance activity

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity11

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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