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 Oct 20Pushed 7mo 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 1mo ago

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

17

—

LowBetter than 6% of packages

Maintenance45

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity13

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 (65 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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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