All Projects → WyriHaximus → Reactphp Reactjs Hostname Analyzer Example

WyriHaximus / Reactphp Reactjs Hostname Analyzer Example

Labels

Projects that are alternatives of or similar to Reactphp Reactjs Hostname Analyzer Example

pecan
ReactPHP Shell, based on the Symfony Console component.
Stars: ✭ 43 (+437.5%)
Mutual labels:  reactphp
Promise Timer
A trivial implementation of timeouts for Promises, built on top of ReactPHP.
Stars: ✭ 270 (+3275%)
Mutual labels:  reactphp
Http
Event-driven, streaming HTTP client and server implementation for ReactPHP.
Stars: ✭ 507 (+6237.5%)
Mutual labels:  reactphp
php-react-memcached
Asynchronous Memcached PHP Client for ReactPHP ecosystem
Stars: ✭ 27 (+237.5%)
Mutual labels:  reactphp
php-cli-snake
Lightweight cli spinner with zero dependencies
Stars: ✭ 25 (+212.5%)
Mutual labels:  reactphp
Php Watcher
Monitor for any changes in your php application and automatically restart it (suitable for async apps).
Stars: ✭ 303 (+3687.5%)
Mutual labels:  reactphp
Http Client
[Deprecated] Event-driven, streaming HTTP client for ReactPHP.
Stars: ✭ 228 (+2750%)
Mutual labels:  reactphp
Socket
Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP.
Stars: ✭ 900 (+11150%)
Mutual labels:  reactphp
php-proxy-stratum
ReactPHP stratum+tcp proxy between miners and pools with database and frontend.
Stars: ✭ 36 (+350%)
Mutual labels:  reactphp
Stream
Event-driven readable and writable streams for non-blocking I/O in ReactPHP.
Stars: ✭ 466 (+5725%)
Mutual labels:  reactphp
reactphp-child-process-promise
No description or website provided.
Stars: ✭ 12 (+50%)
Mutual labels:  reactphp
reactive-slim
A bridge to use SlimPHP within ReactPHP
Stars: ✭ 25 (+212.5%)
Mutual labels:  reactphp
Dns
Async DNS resolver for ReactPHP.
Stars: ✭ 342 (+4175%)
Mutual labels:  reactphp
http-middleware-psr15-adapter
A PSR-15 middleware adapter for react/http
Stars: ✭ 18 (+125%)
Mutual labels:  reactphp
Telegram Api
Complete async capable Telegram bot API implementation for PHP7
Stars: ✭ 650 (+8025%)
Mutual labels:  reactphp
net-mqtt-client-react
Asynchronous MQTT client built on React
Stars: ✭ 45 (+462.5%)
Mutual labels:  reactphp
Cache
Async, Promise-based cache interface for ReactPHP.
Stars: ✭ 280 (+3400%)
Mutual labels:  reactphp
Reactphp Symfony
Symfony 4 Hello World example running on ReactPHP.
Stars: ✭ 24 (+200%)
Mutual labels:  reactphp
Recoil
Asynchronous coroutines for PHP 7.
Stars: ✭ 765 (+9462.5%)
Mutual labels:  reactphp
Predis Async
Asynchronous PHP client library for Redis built on top of ReactPHP
Stars: ✭ 354 (+4325%)
Mutual labels:  reactphp

What is this?

This project is a demo to show how php can handle stuff asynchronously using the react event loop.

How to use

Before you start you should install the eio extension if you do not already have it. This can be done using pecl:

sudo pecl install eio

Clone the project using git, get into the project directory and run:

composer install

After that you should be able to run:

php server.php

Go to localhost:1337/index.html no webserver like apache/nginx required.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].