{"id":14983715,"url":"https://github.com/emnsen/swoole-server-bundle","last_synced_at":"2025-06-24T00:34:14.678Z","repository":{"id":56977431,"uuid":"137594614","full_name":"emnsen/swoole-server-bundle","owner":"emnsen","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-17T22:35:38.000Z","size":15,"stargazers_count":15,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T20:07:00.851Z","etag":null,"topics":["php","swoole","swoole-server","symfony","symfony-swoole","symfony3","symfony4"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emnsen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-16T16:29:10.000Z","updated_at":"2021-12-13T12:28:09.000Z","dependencies_parsed_at":"2022-08-21T08:10:48.540Z","dependency_job_id":null,"html_url":"https://github.com/emnsen/swoole-server-bundle","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/emnsen/swoole-server-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emnsen%2Fswoole-server-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emnsen%2Fswoole-server-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emnsen%2Fswoole-server-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emnsen%2Fswoole-server-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emnsen","download_url":"https://codeload.github.com/emnsen/swoole-server-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emnsen%2Fswoole-server-bundle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261583127,"owners_count":23180639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","swoole","swoole-server","symfony","symfony-swoole","symfony3","symfony4"],"created_at":"2024-09-24T14:07:49.134Z","updated_at":"2025-06-24T00:34:14.630Z","avatar_url":"https://github.com/emnsen.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Installation\n============\n\n\nOpen a command console, enter your project directory and execute:\n\n```console\n$ composer require emnsen/swoole-server-bundle\n```\n\nUSAGE\n----------------------------------\n\n```bash\n# Start the swoole server\n$ php bin/console swoole:server:start\n```\n\n```bash\n# Stop the swoole server\n$ php bin/console swoole:server:stop\n```\n\n```bash\n# Reload the swoole server\n$ php bin/console swoole:server:reload\n```\n\nConfiguration\n----------------------------------\n\n### Default Configs\n```yaml\nhost: 0.0.0.0\nport: 8080\noptions:\n    pid_file: /var/run/swoole_server.pid\n    log_file: %kernel.logs_dir%/swoole.log\n    daemonize: true\n    document_root: %kernel.project_dir%/public\n    enable_static_handler: true\n```\n\n### Other Configs\n*Note: these options have not been tried*\n\n```yaml\noptions:\n    max_request: ~\n    open_cpu_affinity: ~\n    task_worker_num: ~\n    enable_port_reuse: ~\n    worker_num: ~\n    reactor_num: ~\n    dispatch_mode: ~\n    discard_timeout_request: ~\n    open_tcp_nodelay: ~\n    open_mqtt_protocol: ~\n    user: ~\n    group: ~\n    ssl_cert_file: ~\n    ssl_key_file: ~\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femnsen%2Fswoole-server-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femnsen%2Fswoole-server-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femnsen%2Fswoole-server-bundle/lists"}