# phpdaemon **Repository Path**: mirrors/phpdaemon ## Basic Information - **Project Name**: phpdaemon - **Description**: phpdaemon 是 PHP 异步框架,使用 libevent 实现,它拥有很多特性 - **Primary Language**: PHP - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/phpdaemon - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-28 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README phpDaemon ========= [![Build Status](https://travis-ci.org/kakserpom/phpdaemon.svg?branch=master)](https://travis-ci.org/kakserpom/phpdaemon) https://github.com/kakserpom/phpdaemon Asynchronous framework in PHP. It has a huge number of features. Designed for highload. Each worker is capable of handling thousands of simultaneous connections. Main features and possibilities: * Powerful servers: HTTP, FastCGI, FlashPolicy, Ident, Socks4/5. * Many bundled clients like DNS, MySQL, Postgresql, Memcache, MongoDB, Redis, HTTP, IRC, Jabber, ICMP, Valve games client, etc. * Asynchronous Filesystem I/O (using eio). * Many useful built-in applications like CGI. * Interactive debug console. * Dynamic spawning workers. * Chroot & Chdir for workers. * Automatic graceful reloading user's scripts when it's updated. * Graceful worker shutdown (and re-spawn if necessary) by the following limits: memory, query counter, idle time. Master process understands signals: SIGINT, SIGTERM, SIGQUIT - termination. SIGHUP - update config from file. SIGUSR1 - reopen log-file. SIGUSR2 - graceful restart all workers. Mail listing: phpdaemon@googlegroups.com Maintainer: maintainer@daemon.io Web-site: http://daemon.io/