PHPackages                             reamp/server - 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. reamp/server

ActiveLibrary[HTTP &amp; Networking](/categories/http)

reamp/server
============

Base Reamp server component

262[1 issues](https://github.com/reamp/server/issues)PHP

Since May 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/reamp/server)[ Packagist](https://packagist.org/packages/reamp/server)[ RSS](/packages/reamp-server/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

ReAmp
=====

[](#reamp)

What is ReAmp ? It is port of [Ratchet](http://socketo.me) to [amphp](https://amphp.org/). It was created as fork of original project but add some new features:

- Use different namespace
- Use amphp by default
- Php7 support
- Phpunit 6
- Code style

There still lack of features but will be done in future:

- http request body support (post/put/create)
- http request pipeline support
- psr logging support
- better parsing similar to amp/aerys style
- support async and promises in components

Reamp server
------------

[](#reamp-server)

This is base component of reamp. It used for creating socket server

Installation
------------

[](#installation)

This package can be installed as a [Composer](https://getcomposer.org/) dependency.

```
composer require reamp/server
```

Documentation
-------------

[](#documentation)

Documentation can be found on [Ratchet's website](http://socketo.me): with some exceptions as well as in the [`./docs`](./docs) directory.

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

[](#requirements)

- PHP 7.0+
- Shell access is required and root access is recommended.

Examples
--------

[](#examples)

This example create simple chat server on port 8080

```
