PHPackages                             phwoolcon/phwoolcon - 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. phwoolcon/phwoolcon

ActiveLibrary

phwoolcon/phwoolcon
===================

Phalcon + Swoole

v1.2.8(6y ago)1701.2k222Apache-2.0PHPPHP &gt;=5.5.0

Since Jul 17Pushed 6y ago21 watchersCompare

[ Source](https://github.com/phwoolcon/phwoolcon)[ Packagist](https://packagist.org/packages/phwoolcon/phwoolcon)[ RSS](/packages/phwoolcon-phwoolcon/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (9)Versions (36)Used By (2)

Phwoolcon
=========

[](#phwoolcon)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2e0ae139d39f606caa77f8dd638a4394e5d240d1e19f036f03eaf281f02de164/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7068776f6f6c636f6e2f7068776f6f6c636f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phwoolcon/phwoolcon)[![Build Status](https://camo.githubusercontent.com/e47f58104cf0717d87ad029c8dda85a302c4312e356bda72812de9c91a0e753a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7068776f6f6c636f6e2f7068776f6f6c636f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/phwoolcon/phwoolcon)[![Code Coverage](https://camo.githubusercontent.com/fc8aaa6a759cc4abc9d1b20264bbb2ba4ea6bb8b43c697b09e4df7e2b7904648/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f7068776f6f6c636f6e2f7068776f6f6c636f6e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/phwoolcon/phwoolcon/code-structure/master/code-coverage)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/fb76ce6d910c55e591827a53d26379351fa2d8a420e11f22c32cef045e2a0cc8/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7068776f6f6c636f6e2f7068776f6f6c636f6e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/phwoolcon/phwoolcon/)[![Gitter](https://camo.githubusercontent.com/ed38741b96d33c36b574a2bdb188cd02778f3598e0d1a3a776850538ae194388/68747470733a2f2f696d672e736869656c64732e696f2f6769747465722f726f6f6d2f7068776f6f6c636f6e2f7068776f6f6c636f6e2e7376673f7374796c653d666c61742d737175617265)](https://gitter.im/phwoolcon/phwoolcon?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)[![Supported PHP versions](https://camo.githubusercontent.com/af1752de2d0239b78c7aa68eb2964e4595c3ef1985fc42b0195c0e0d82ca0630/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d352e352532307e253230372e322d626c75652e7376673f7374796c653d666c61742d737175617265)](https://secure.php.net/)[![Supported Phalcon versions](https://camo.githubusercontent.com/1549fe8f064b92199f475a0bbec96d8cdcf8cdc8b224e0ec068a5c6e2dd50cf7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5068616c636f6e2d254532253839254135253230332e302d626c75652e7376673f7374796c653d666c61742d737175617265)](https://phalconphp.com/)[![License](https://camo.githubusercontent.com/753b222389d983713c05b305cd5ba4a064fcbe8dc060e90da88b74ee0401340a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d417061636865253230322e302d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Phalcon + Swoole

---

[中文 Readme](README-zh.md)
[Why Do I Start Phwoolcon Project](https://github.com/phwoolcon/phwoolcon/wiki/%E4%B8%BA%E4%BB%80%E4%B9%88%E8%A6%81%E5%BC%80%E5%8F%91-Phwoolcon)

The purpose of this library is to create a high performance
web application, which can run in traditional php-fpm mode and
service mode.

In service mode, you gain extreme speed for your application,
by reducing lot of unnecessary and repetitive computing.

If you have bugs in service mode, you can easily turn off the service
mode, you loose some speed (but still fast) to gain more stability,
fix your bugs and apply service mode again.

Usage
=====

[](#usage)

Installation
------------

[](#installation)

This is the Phwoolcon library, you may use [Phwoolcon Bootstrap](https://github.com/phwoolcon/bootstrap)
to start a new project.

Or add this library to your project by composer:

```
composer require phwoolcon/phwoolcon

```

Code Style Checking
-------------------

[](#code-style-checking)

Please run the following script:

```
tests/phpcs

```

Any warnings or errors will be reported in file:

```
tests/root/storage/phpcs.txt

```

Testing
-------

[](#testing)

Please run the following script:

```
tests/phpunit

```

The code coverage report in HTML format will be generated in folder:

```
tests/root/storage/coverage/

```

To read the report, please open `index.html` in a web browser.

Configuration
-------------

[](#configuration)

See [phwoolcon-package/config/](phwoolcon-package/config/)

Templates
---------

[](#templates)

See [phwoolcon-package/views/](phwoolcon-package/views/)

Assets
------

[](#assets)

See [phwoolcon-package/assets/](phwoolcon-package/assets/)

Locale
------

[](#locale)

See [phwoolcon-package/locale/](phwoolcon-package/locale/)

Dependency Injection
--------------------

[](#dependency-injection)

See [phwoolcon-package/di.php](phwoolcon-package/di.php)

Spirits
=======

[](#spirits)

- Aimed at performance
- Aimed at scalability
- Powerful features, with intuitive and readable codes
- Component based, explicitly introduced
- Configurable features
- Code testability
- Follow standard coding style (based on [PSR-2](http://www.php-fig.org/psr/psr-2/))

Features
========

[](#features)

Base Components
---------------

[](#base-components)

- Extended Phalcon Config (Both in native PHP file and DB)
- Phalcon Cache
- Extended Phalcon ORM
- Error Codes
- View: Theme based layouts and templates
- Multiple DB connector
- Events
- Configurable Cookies
- Session
- Openssl based encryption/decryption
- Multiple Queue producer and asynchronous CLI worker
- Assets: Theme based, compilable JS/CSS management
- Log
- Lighten route dispatcher
- Internalization
- Finite state machine
- Simple HTTP client
- Swift Mailer
- Symfony CLI console

Documents
=========

[](#documents)

- [API Reference](docs/ApiIndex.md)

[![PhpStorm](docs/phpstorm.svg)](https://www.jetbrains.com/phpstorm/)

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 98% 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 ~20 days

Recently: every ~89 days

Total

35

Last Release

2526d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a771a09625b9c0c75a947abb753f4c992bd4b402c73dda78560f0958b2a4f00?d=identicon)[Fishdrowned](/maintainers/Fishdrowned)

---

Top Contributors

[![Fishdrowned](https://avatars.githubusercontent.com/u/3423411?v=4)](https://github.com/Fishdrowned "Fishdrowned (683 commits)")[![goodspb](https://avatars.githubusercontent.com/u/10245385?v=4)](https://github.com/goodspb "goodspb (11 commits)")[![samnela](https://avatars.githubusercontent.com/u/1852108?v=4)](https://github.com/samnela "samnela (1 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")[![wenjy](https://avatars.githubusercontent.com/u/19709071?v=4)](https://github.com/wenjy "wenjy (1 commits)")

---

Tags

modularizationphalconphpswooleswoolephalconphwoolcon

### Embed Badge

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

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

###  Alternatives

[laravel/octane

Supercharge your Laravel application's performance.

4.0k21.5M159](/packages/laravel-octane)[hhxsv5/laravel-s

🚀 LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole.

3.9k676.0k10](/packages/hhxsv5-laravel-s)[blink/blink

A high performance web framework and application server in PHP

83441.9k3](/packages/blink-blink)[mezzio/mezzio-swoole

Swoole support for Mezzio

92238.9k3](/packages/mezzio-mezzio-swoole)[mikopbx/core

Free PBX system for SMB based on Asterisk

5271.4k](/packages/mikopbx-core)[phalcon-ext/mailer

Mailer component as wrapper over SwiftMailer for Phalcon.

39196.9k2](/packages/phalcon-ext-mailer)

PHPackages © 2026

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