DEV Community

Discussion on: Using Asynchronous Processes in PHP.

Collapse
 
arunnabraham profile image
arunnabraham

Async is one of the needy feature inbuilt to PHP. As per Nikita this feature wont come anytime soon. Which is sad. However if you want performance in PHP Asynchronus Programming, defenitly checkout SwoolPHP which has been less noticed over years since its inception. Its features are inspired from NodeJS and Golang. Performance is far better than NodeJS maybe kind of closer to Go.

Instead of library like ReactPHP or AmPHP it is written in C as PHP extension. Yet its feature rich like these librarires.

Checkout their links

swoole.co.uk/

github.com/swoole/swoole-src

swoolebook.com/

Collapse
 
technoexpress profile image
L. Stubbs

How about something actually more native like, and simpler to use, all pure PHP base.

symplely.github.io/coroutine/