PHPackages                             huang-yi/laravel-swoole-http - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. huang-yi/laravel-swoole-http

Abandoned → [huang-yi/shadowfax](/?search=huang-yi%2Fshadowfax)Library[HTTP &amp; Networking](/categories/http)

huang-yi/laravel-swoole-http
============================

A high performance HTTP/WebSocket server based on Swoole. Speeds up your Laravel and Lumen applications.

v3.1.4(7y ago)0672MITPHP

Since Mar 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/huang-yi/laravel-swoole-http)[ Packagist](https://packagist.org/packages/huang-yi/laravel-swoole-http)[ RSS](/packages/huang-yi-laravel-swoole-http/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (11)Versions (2)Used By (0)

Laravel-Swoole-Http
===================

[](#laravel-swoole-http)

[![License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/8fd63fdf37976e60ce7a45fb40468b107295a21634e5e2bb88f3d04a0f69b517/68747470733a2f2f6170692e7472617669732d63692e6f72672f6875616e672d79692f6c61726176656c2d73776f6f6c652d687474702e737667)](https://travis-ci.org/huang-yi/laravel-swoole-http)

A high performance HTTP server based on [Swoole](http://www.swoole.com/). And now, it also supports [WebSocket server](websocket.md).

Translations
------------

[](#translations)

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

Requirements
------------

[](#requirements)

- Laravel/Lumen 5.2+
- ext-swoole 1.9.5+
- ext-inotify (Optional)

Installation &amp; Setup
------------------------

[](#installation--setup)

1. This package can be installed via composer:

```
$ composer require huang-yi/laravel-swoole-http

```

2. Register service provider(Optional)

You need to register the service provider manually, if your Laravel version is less than 5.5 or you are using Lumen:

```
