PHPackages                             wwbyte/framework - 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. wwbyte/framework

ActiveProject[Framework](/categories/framework)

wwbyte/framework
================

Lightweight PHP framework based on OpenSwoole.

12PHP

Since Apr 20Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/elarmust/PHP-Server-Framework)[ Packagist](https://packagist.org/packages/wwbyte/framework)[ RSS](/packages/wwbyte-framework/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Server Framework
====================

[](#php-server-framework)

A lightweight PHP server framework powered by OpenSwoole, integrating MVC architecture and WebSockets within a single server instance.
One of the key features is its modularity, allowing you to extend its functionality by creating custom modules.

**Note: This project is currently under development, and some features may not work as expected. Feel free to explore and contribute, but be aware that the codebase is subject to changes.**

General requirements
====================

[](#general-requirements)

- MySQL database
- Docker
- WSL is required when running on Windows

Installation via Docker
=======================

[](#installation-via-docker)

Start by cloning the project with

```
git clone https://github.com/elarmust/PHP-Server-Framework.git

```

Copy docker-examples to docker.

```
cp docker-examples/* docker/

```

You may modify the Dockerfile and docker-compose.yml according to your needs.

Before the Docker container is started, rename config-example.json to config.json and edit config.json with valid MySQL connection information. If you've renamed any of the containers, be sure to reflect these changes in the following commands.
Start the Docker containers and run basic migrations with

```
cd docker
docker compose up -d
docker attach framework-framework-1
migrate run up all

```

When running on Docker, you can communicate with the Framework process with:

```
docker attach framework-framework-1

```

Contributing
============

[](#contributing)

If you'd like to contribute, you can do the following:

- Create a fork and submit a pull request or
- [Submit an issue or feature request](https://github.com/elarike12/PHP_Framework/issues)

TO DO list
==========

[](#to-do-list)

- Cron improvement
- Add command arguments to unit tests and fix some errors
- Better CLI and fix an error thrown, when invalid command is used.
- XML and YML configuration support maybe.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance57

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity12

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/d4ee357a37f95173d17ab2fe0c334ca79a148be0d83f707e8b97daaf32569e97?d=identicon)[elarmust](/maintainers/elarmust)

---

Top Contributors

[![elarmust](https://avatars.githubusercontent.com/u/85934096?v=4)](https://github.com/elarmust "elarmust (66 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M299](/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)
