Phalcon + Swoole
Phalcon + Swoole
中文 Readme
Why Do I Start Phwoolcon Project
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.
This is the Phwoolcon library, you may use Phwoolcon Bootstrap
to start a new project.
Or add this library to your project by composer:
composer require phwoolcon/phwoolconPlease run the following script:
tests/phpcsAny warnings or errors will be reported in file:
tests/root/storage/phpcs.txtPlease run the following script:
tests/phpunitThe 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.
No open issues yet, or sync has not completed.