Download the PHP package wangrunxinyes/easyswoole without Composer
On this page you can find all versions of the php package wangrunxinyes/easyswoole. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wangrunxinyes/easyswoole
More information about wangrunxinyes/easyswoole
Files in wangrunxinyes/easyswoole
Package easyswoole
Short Description An efficient swoole framework
License Apache-2.0
Homepage https://www.easyswoole.com/
Informations about the package easyswoole
EasySwoole - A High Performance Swoole Framework
EasySwoole is a distributed, persistent memory PHP framework based on the Swoole extension. It was created specifically for APIs to get rid of the performance penalties associated with process calls and file loading. EasySwoole highly encapsulates the Swoole Server and still maintains the original features of the Swoole server, supports simultaneous monitoring of HTTP, custom TCP, and UDP protocols, allowing developers to write multi-process, asynchronous, and highly available applications with minimal learning cost and effort.
- Base on Swoole extension
- Built-in HTTP, TCP, WebSocket,Udp Coroutine Server
- Global dependency injection container
- PSR-7 based HTTP message implementation
- HTTP,TCP, WebSocket, Udp middleware support
- Scalable high performance RPC
- Database ORM
- Mysql, Redis, RPC, HTTP Coroutine Clients
- Coroutine and asynchronous task delivery
- Custom user processes
- RESTful supported
- High performance router
- Fast and flexible parameter validator
- Powerful log component
- Universal connection pools
- Remote Console support
- Crontab Rule Timer support
Doc
ab Test
1 Core 1G RAM
command : ab -c 100 -n 10000 http://192.168.0.11:9501/
8 Core 16G RAM
command : ab -c 100 -n 10000 http://192.168.0.4:9501/
Quick Start
Unit Test
after install easyswoole,run:
Docker
Get Docker Image
Run
- WorkerDir: /easyswoole
- Run Easyswoole : php easyswoole start
Others
- Git For Demo
-
QQ交流群
- VIP群 579434607 (本群需要付费599元)
- EasySwoole官方一群 633921431(已满)
- EasySwoole官方二群 709134628
- 商业支持:
- QQ 291323003
- EMAIL [email protected]
All versions of easyswoole with dependencies
ext-swoole Version >=4.4.4
ext-json Version *
easyswoole/component Version 2.2.3
easyswoole/spl Version 1.3.7
easyswoole/http-annotation Version 1.1.2
easyswoole/utility Version 1.1.4
easyswoole/trigger Version 1.0.0
dragonmantank/cron-expression Version v2.3.1
easyswoole/config Version 1.0.7
easyswoole/socket Version 1.1.13
easyswoole/task Version 1.1.1
easyswoole/command Version 1.1.7
easyswoole/bridge Version 1.0.3
easyswoole/redis Version 1.3.5
easyswoole/validate Version 1.2.7
easyswoole/annotation Version 1.1.0
easyswoole/http Version 1.7.15
easyswoole/log Version 1.0.6
easyswoole/parsedown Version 1.0.2
easyswoole/session Version 2.0.7
nikic/fast-route Version v1.3.0
opis/closure Version 3.6.0
psr/http-message Version 1.0.1