PHPackages                             ewout/retrorcon - 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. ewout/retrorcon

ActiveLibrary

ewout/retrorcon
===============

A PHP library to communicate with emulators adhering to the RetroRCON standard

1.1.0(7y ago)3551AGPL-3.0-or-laterPHP

Since Jun 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/emansom/retrorcon-php)[ Packagist](https://packagist.org/packages/ewout/retrorcon)[ RSS](/packages/ewout-retrorcon/feed)WikiDiscussions master Synced 3d ago

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

[![Latest Stable Version](https://camo.githubusercontent.com/42ba147067f46f89d2b597004b14bfacdda78e9823959a46ab431af6be097b72/68747470733a2f2f706f7365722e707567782e6f72672f65776f75742f726574726f72636f6e2f762f737461626c65)](https://packagist.org/packages/ewout/retrorcon)[![License](https://camo.githubusercontent.com/e295bc93bbeaf11229dc98aaad33cb118d497f98ae1520c2516802bc5393f77d/68747470733a2f2f706f7365722e707567782e6f72672f65776f75742f726574726f72636f6e2f6c6963656e7365)](https://packagist.org/packages/ewout/retrorcon)

retrorcon-php
=============

[](#retrorcon-php)

This PHP library is used to get information such as users online, refreshing users' look and doing housekeeping activity such as e.g. sending room alerts by communicating with emulators adhering to the [RetroRCON](https://github.com/emansom/retrorcon) standard.

The project requires PHP 7.2 or higher and uses composer's autoloader following the PSR-4 standard.

How to use it
-------------

[](#how-to-use-it)

1. [Install](https://grpc.io/docs/quickstart/php.html#install-the-grpc-php-extension) and [configure](https://grpc.io/docs/quickstart/php.html#update-phpini) the PHP gRPC extension
2. [Install](https://grpc.io/docs/quickstart/php.html#1-c-implementation-for-better-performance) and [configure](https://grpc.io/docs/quickstart/php.html#1-c-implementation-for-better-performance) the PHP Protobuf extension
3. [Install](https://getcomposer.org/doc/00-intro.md) and [learn](https://getcomposer.org/doc/01-basic-usage.md) how to use [composer](https://getcomposer.org/)
4. Add [the composer package](https://packagist.org/packages/ewout/retrorcon) to your project by running `composer require ewout/retrorcon`
5. Make sure to include [composer's autoloader](https://getcomposer.org/doc/01-basic-usage.md#autoloading)
6. Look at the snippet below on how to use the library

Usage
-----

[](#usage)

```
