PHPackages                             swoole-foundation/yii2-swoole-extension - 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. [Framework](/categories/framework)
4. /
5. swoole-foundation/yii2-swoole-extension

ActiveYii2-extension[Framework](/categories/framework)

swoole-foundation/yii2-swoole-extension
=======================================

running yii2 web application on swoole server

1.0.2(6y ago)4312.3k↓50%5[1 PRs](https://github.com/swoole-foundation/yii2-swoole-extension/pulls)1MITPHP

Since May 17Pushed 2y ago6 watchersCompare

[ Source](https://github.com/swoole-foundation/yii2-swoole-extension)[ Packagist](https://packagist.org/packages/swoole-foundation/yii2-swoole-extension)[ RSS](/packages/swoole-foundation-yii2-swoole-extension/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (1)

Yii2 Swoole Extension
=====================

[](#yii2-swoole-extension)

Running Yii2 application on Swoole Environment.

This extension based on Component-Driven development.

There is no side effects to your business or Yii2 framework.

[中文文档](README-CN.md)

Get Started
-----------

[](#get-started)

1. Initialize your Yii application

    ```
    composer create-project --prefer-dist yiisoft/yii2-app-basic basic
    ```
2. Install this package by composer

    ```
    composer require swoole-foundation/yii2-swoole-extension
    ```
3. Create server configuration file.

    ```
    // config/server.php
