Questions tagged [swoole]

Swoole is an open source async framework for PHP.

Swoole is an event-driven asynchronous and concurrent networking communication framework with high performance written only in C for PHP.

The network layer in Swoole is event-based and takes full advantage of the underlying epoll/kqueue implementation, making it really easy to serve thousands of connections.

More information can be found on GitHub and the Swool website.

92 questions
0
votes
1 answer

How to install swoole in mac-os

Am trying to install swoole using PHP 7.0.2 in MAMP $ pecl install swoole Could not open input file:/app/MAMP/bin/php/php7.0.2/lib/php/peclcmd.php Is there any alternate way to install it? Thanks.
Sumithran
  • 6,217
  • 4
  • 40
  • 54
-1
votes
1 answer

Pachico Slim/swoole and Eloquent ORM

i have setup the below library: https://github.com/pachico/slim-swoole but when I try to run a query with Eloquent ORM I can not, it takes to much time until it gives an error I understand that I can not use PDO with async framework but how can I…
Ratchet
  • 223
  • 1
  • 5
  • 13
1 2 3 4 5 6
7