The website has moved. New address - https://daemon.io

Introduction

phpDaemon — asynchronous server-side framework of network applications implemented in PHP using famous libevent which makes possible to handle hundreds and thousands of simultaneous connections.
Its master process spawns a bunch of worker-processes (workers) that run your applications. Each worker doesn't block (sleep) at all, and has event-driven architecture.
Designed for highload.

Main core features:

Also, you can build binary application server using compiler like PHC (http://phpcompiler.org/).

Out-of-Box

Network servers:

Network clients:

Web applications:

Support and Community:

Github repository: github.com/kakserpom/phpdaemon
Mailing list: groups.google.com/group/phpdaemon
IRC: irc.freenode.org #phpdaemon
Maintainer — kak.serpom.po.yaitsam@gmail.com
The project is alive and grows fast, report bugs and they will be fixed very quickly.

© 2023 www.phpDaemon.net