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

ActiveProject[Framework](/categories/framework)

aiweline/weline-framework
=========================

微蓝WelineFramework框架！

v2.0.1(2y ago)111[1 issues](https://github.com/Aiweline/WelineFramework/issues)proprietaryPHPPHP ^8.1CI passing

Since Mar 2Pushed 2d ago1 watchersCompare

[ Source](https://github.com/Aiweline/WelineFramework)[ Packagist](https://packagist.org/packages/aiweline/weline-framework)[ Docs](https://gitee.com/aiweline/WelineFramework)[ RSS](/packages/aiweline-weline-framework/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (37)Versions (5)Used By (0)

WelineFramework
===============

[](#welineframework)

[![WelineFramework cover](./docs/assets/readme/weline-framework-cover.en.png)](./docs/assets/readme/weline-framework-cover.en.png)

**Build modular PHP business systems with clear module boundaries, generated routes, attribute-driven ORM, theme extensibility, and WLS long-running services.**

[Official Website](https://www.aiweline.com) · [Framework Docs](./docs/weline/README.md) · [Docs](./docs/README.md) · [Architecture](./docs/weline/README.md) · [WLS](./app/code/Weline/Server/doc/README.md) · [Languages](./docs/readme/README.md) · [AI Engineering Entry](./AI-ENTRY.md)

[![PHP 8.4+](https://camo.githubusercontent.com/ad80d7cd050c771f7fd6931100053e70795c3bc47826a61c51adde3cb608f8bb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e342532422d3737376262343f6c6f676f3d706870266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/ad80d7cd050c771f7fd6931100053e70795c3bc47826a61c51adde3cb608f8bb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e342532422d3737376262343f6c6f676f3d706870266c6f676f436f6c6f723d7768697465)[![Composer 2.7+](https://camo.githubusercontent.com/38096f2e5cc2559a433e99889ea60a4ac302736c3d0ee1bca211563fff97de94/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6d706f7365722d322e372532422d3838353633303f6c6f676f3d636f6d706f736572266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/38096f2e5cc2559a433e99889ea60a4ac302736c3d0ee1bca211563fff97de94/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6d706f7365722d322e372532422d3838353633303f6c6f676f3d636f6d706f736572266c6f676f436f6c6f723d7768697465)[![Runtime FPM + WLS](https://camo.githubusercontent.com/b8bbf7ae50e6f539dd62fbe17c90db29bb11365113d9e0105654452a888a9011/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f72756e74696d652d46504d253230253242253230574c532d306637363665)](https://camo.githubusercontent.com/b8bbf7ae50e6f539dd62fbe17c90db29bb11365113d9e0105654452a888a9011/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f72756e74696d652d46504d253230253242253230574c532d306637363665)[![i18n first](https://camo.githubusercontent.com/76e3c8e134a013747a9f3f4de54a925ba1ee3e468dc137ef9d03473dcbce437e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6931386e2d66697273742d323536336562)](https://camo.githubusercontent.com/76e3c8e134a013747a9f3f4de54a925ba1ee3e468dc137ef9d03473dcbce437e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6931386e2d66697273742d323536336562)[![License proprietary](https://camo.githubusercontent.com/4025943115966674118e310d8bab4a5534dc4eedd00d1a626b9cd1786eb4dd8d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d70726f70726965746172792d6c6967687467726579)](https://camo.githubusercontent.com/4025943115966674118e310d8bab4a5534dc4eedd00d1a626b9cd1786eb4dd8d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d70726f70726965746172792d6c6967687467726579)

[English](./README.md) | [Simplified Chinese](./README.zh-CN.md) | [Japanese](./docs/readme/README.ja.md) | [Korean](./docs/readme/README.ko.md) | [German](./docs/readme/README.de.md) | [French](./docs/readme/README.fr.md) | [More languages](./docs/readme/README.md)

---

WelineFramework is a PHP 8.4+ framework for complex business systems. It brings module lifecycle, generated routing, ORM schema declarations, events/hooks, backend ACL, themes, internationalization, CLI operations, and WLS long-running services into one engineering model, so business capabilities can be packaged as installable, upgradeable, extensible, and verifiable modules.

> WLS boundary: `php bin/w server:start` starts Weline's built-in long-running server. WLS orchestrates HTTP Workers, Session Server, Memory Server, Maintenance Worker, Dispatcher/Gateway, hot reload, and runtime governance. It is a framework runtime, not a generic HTTP debugging server. Traditional FPM deployment remains a first-class deployment path.

Quick Start
-----------

[](#quick-start)

Linux / macOS / Git Bash:

```
curl -fsSL https://gitee.com/aiweline/WelineFramework/raw/master/bin/bootstrap.sh | bash -s --
```

Windows PowerShell:

```
$f="$env:TEMP\weline-bootstrap.ps1"; irm 'https://gitee.com/aiweline/WelineFramework/raw/master/bin/bootstrap.ps1' -OutFile $f; & $f
```

Clean source install:

```
git clone https://gitee.com/aiweline/WelineFramework.git weline
cd weline
composer install
php bin/w command:upgrade
```

Why Weline
----------

[](#why-weline)

- **Module-native**: modules own registration, configuration, permissions, menus, events, hooks, template assets, and install/upgrade flows.
- **Convention-driven**: controllers are discovered and routed by the framework; models declare tables, columns, and indexes through PHP attributes.
- **Runtime-aware**: traditional FPM and WLS long-running services coexist, covering workers, sessions, memory, maintenance tasks, and hot reload.
- **Developer-operated**: `bin/w` covers install, upgrade, cache, modules, migrations, routing, WLS, queue, mail, SMTP, and diagnostics.

Read Next
---------

[](#read-next)

- [Simplified Chinese README](./README.zh-CN.md): Chinese entry for local developers.
- [Framework docs](./docs/weline/README.md): developer guide and architecture documentation.
- [Project docs index](./docs/README.md): repository-level documentation entry.
- [Architecture overview](./docs/weline/README.md): framework layers, runtime, routing, ORM, events, and extension model.
- [WLS documentation](./app/code/Weline/Server/doc/README.md): WLS runtime and service orchestration.
- [Multilingual README index](./docs/readme/README.md): onboarding entries for global developers.

For more product capabilities, industry scenarios, and business solutions, visit [www.aiweline.com](https://www.aiweline.com).

License
-------

[](#license)

This repository's license is defined by the `license` field in [composer.json](./composer.json).

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance45

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.2% 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

Every ~116 days

Total

2

Last Release

737d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6833ba028bd2e6b8d138e10f05f7ef049f70137a6bb38190ef6e100259cd9b32?d=identicon)[Aiweline](/maintainers/Aiweline)

---

Top Contributors

[![Aiweline](https://avatars.githubusercontent.com/u/32635766?v=4)](https://github.com/Aiweline "Aiweline (3700 commits)")[![Qfyf](https://avatars.githubusercontent.com/u/53432896?v=4)](https://github.com/Qfyf "Qfyf (302 commits)")[![zhouapplication](https://avatars.githubusercontent.com/u/31842406?v=4)](https://github.com/zhouapplication "zhouapplication (11 commits)")

---

Tags

agent-skillsphpframeworkwebormappphp8welineWelineFramework

### Embed Badge

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

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

###  Alternatives

[symfony/symfony

The Symfony PHP framework

31.4k87.2M2.2k](/packages/symfony-symfony)[pestphp/pest

The elegant PHP Testing Framework.

11.6k72.2M20.6k](/packages/pestphp-pest)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[silverstripe/framework

The SilverStripe framework

7313.7M2.8k](/packages/silverstripe-framework)

PHPackages © 2026

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