All Projects → emnsen → swoole-server-bundle

emnsen / swoole-server-bundle

Licence: other
No description or website provided.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to swoole-server-bundle

EasyAuditBundle
A Symfony Bundle To Log Selective Events
Stars: ✭ 84 (+460%)
Mutual labels:  symfony3, symfony4
skeleton
4xxi Symfony Skeleton is an extension for the official Symfony Skeleton with symfony flex used in 4xxi
Stars: ✭ 54 (+260%)
Mutual labels:  symfony3, symfony4
Laravel Swoole
High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
Stars: ✭ 3,726 (+24740%)
Mutual labels:  swoole, swoole-server
one-app
one 框架初项目始化
Stars: ✭ 19 (+26.67%)
Mutual labels:  swoole
thrift2-hbase
thrift2-hbase component for Hyperf.
Stars: ✭ 14 (-6.67%)
Mutual labels:  swoole
payments-DDD-ES-tutorial
This is tutorial project to learn how to connect Symfony4 and docker compose with Domain Driven Design and Event Sourcing
Stars: ✭ 23 (+53.33%)
Mutual labels:  symfony4
swoole-postgresql-doctrine-driver
🔌 A Doctrine DBAL Driver implementation on top of Swoole Coroutine PostgreSQL client
Stars: ✭ 15 (+0%)
Mutual labels:  swoole
chubbyphp-swoole-request-handler
A request handler adapter for swoole, using PSR-7, PSR-15 and PSR-17.
Stars: ✭ 22 (+46.67%)
Mutual labels:  swoole
phpshow
phpshow,简单易用的php框架
Stars: ✭ 14 (-6.67%)
Mutual labels:  swoole
laravel-binlog
Add mysql binlog event listening for Laravel ( 为Laravel框架添加Mysql Binlog事件监听 )
Stars: ✭ 19 (+26.67%)
Mutual labels:  swoole
api.symfony-3.crud
Symfony 3 and FOS REST Bundle - CRUD API
Stars: ✭ 15 (+0%)
Mutual labels:  symfony3
sdebug
Xdebug — Step Debugger and Debugging Aid for PHP
Stars: ✭ 263 (+1653.33%)
Mutual labels:  swoole
ChatRoom
一个在线聊天室demo,基于PHP SWOOLE,需要SWOOLE拓展的支持
Stars: ✭ 26 (+73.33%)
Mutual labels:  swoole
swoft-ddz
基于swoft框架开发斗地主
Stars: ✭ 70 (+366.67%)
Mutual labels:  swoole
dadata-bundle
Бандл для работы с API ДаДата.
Stars: ✭ 14 (-6.67%)
Mutual labels:  symfony4
hyperf-v2-demo
Hyperf Demo(easywechat,chat)
Stars: ✭ 19 (+26.67%)
Mutual labels:  swoole
cart
Simple Symfony 4 shopping cart application. App boilerplate
Stars: ✭ 18 (+20%)
Mutual labels:  symfony4
slim-swoole
Slim 3 MVC Skeleton With Swoole
Stars: ✭ 52 (+246.67%)
Mutual labels:  swoole
swoole mqtt
一个基于swoole的异步mqtt 客户端库,可用于接收或者发送mqtt协议的消息。支持QoS 0、QoS 1、QoS 2。支持MQTT 3.1和3.1.1版本。 参考workerman-mqtt
Stars: ✭ 41 (+173.33%)
Mutual labels:  swoole
swoole-demo
This is a simple swoole usage demo
Stars: ✭ 26 (+73.33%)
Mutual labels:  swoole

Installation

Open a command console, enter your project directory and execute:

$ composer require emnsen/swoole-server-bundle

USAGE

# Start the swoole server
$ php bin/console swoole:server:start
# Stop the swoole server
$ php bin/console swoole:server:stop
# Reload the swoole server
$ php bin/console swoole:server:reload

Configuration

Default Configs

host: 0.0.0.0
port: 8080
options:
    pid_file: /var/run/swoole_server.pid
    log_file: %kernel.logs_dir%/swoole.log
    daemonize: true
    document_root: %kernel.project_dir%/public
    enable_static_handler: true

Other Configs

Note: these options have not been tried

options:
    max_request: ~
    open_cpu_affinity: ~
    task_worker_num: ~
    enable_port_reuse: ~
    worker_num: ~
    reactor_num: ~
    dispatch_mode: ~
    discard_timeout_request: ~
    open_tcp_nodelay: ~
    open_mqtt_protocol: ~
    user: ~
    group: ~
    ssl_cert_file: ~
    ssl_key_file: ~
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].