22 Commits
Author SHA1 Message Date
Gregory Magarshak 8d44599e1e Added socket->disconnect() method for use by child processes 2026-07-21 18:34:26 -04:00
Gregory Magarshak bdac23b6f2 Added support for hot reload, start, stop, restart, and virtual hosts 2026-07-21 18:12:11 -04:00
Gregory Magarshak 62d9b23396 Added a cron-like scheduler in the web server, to kick off CLI PHP scripts 2026-07-21 17:33:04 -04:00
Gregory Magarshak 42ed5a5d47 Added support for socket.io and simple JSON websocket payloads via /Q/socket.js 2026-07-21 17:23:25 -04:00
Gregory Magarshak b2cf9c788c Highlighted ease-of-use for making safe-by-default, real-time apps in README 2026-07-21 13:02:55 -04:00
Gregory Magarshak ce8cfacdc7 Qbix Server is now faster than nginx even on static files (with keep-alive) 2026-07-21 12:57:04 -04:00
Gregory Magarshak 901f3714b5 Finalized carve-out for legacy PHP compatibility using CGI SAPI 2026-07-21 08:51:48 -04:00
Gregory Magarshak 5983f11b91 Added support for legacy scripts via CGI mode instead of CLI SAPI 2026-07-21 08:39:07 -04:00
Gregory Magarshak dce9b9660a Started handling websockets using long-lived PHP processes 2026-07-21 04:04:48 -04:00
Gregory Magarshak dd06d0689d Added support for Windows 2026-07-20 13:04:15 -04:00
Gregory Magarshak c47141bc6b Updated README to highlight the ability to handle 10x more traffic 2026-07-20 12:36:23 -04:00
Gregory Magarshak 71c3ad3e9b Improved documentation of built-in Q methods for PHP scripts 2026-07-20 12:29:27 -04:00
Gregory Magarshak 1672e0ce4e Added support for autoloading, event handlers, and more 2026-07-20 12:16:01 -04:00
Gregory Magarshak fe52e9a82b Updated README with more practical advice for PHP developers 2026-07-20 11:50:30 -04:00
Gregory Magarshak 618638ecdc Fix str_repeat → str_pad, add composer.json, clean up Revolt driver
- Banner formatting uses str_pad with configurable box width
- Revolt driver: added `use Revolt\EventLoop` statement,
  expanded to readable multi-line methods with YUIDoc
- Added composer.json with revolt/event-loop in require-dev,
  amphp/http-server in suggest, ext-sockets required
- README: added php-fpm comparison, FrankenPHP/Swoole comparison,
  HTTP/2 section, Server Powers section with PHP examples
  (X-Accel-Redirect, Cache-Control, X-Cache-Tree)

Thanks to HN feedback: https://news.ycombinator.com/item?id=48979580
2026-07-20 11:06:38 -04:00
Gregory Magarshak f3f0c2ac72 Updated README to compare to FrankenPHP, Swoole, etc. 2026-07-20 10:58:37 -04:00
Gregory Magarshak 0f9e4009df Updated README to have a compelling introduction 2026-07-20 10:54:19 -04:00
Gregory Magarshak 473b1bbbaa Updated README to mention HTTP/2 and amphp autodetection 2026-07-20 10:50:05 -04:00
Gregory Magarshak 0292445bee Updated README to highlight comparisons to other set-ups 2026-07-20 10:47:22 -04:00
Gregory MagarshakandGitHub 71f3ed3296 Updated filenames referenced in README.md 2026-07-20 10:33:19 -04:00
Gregory MagarshakandGitHub 895314ebf0 Updated filenames referenced in README.md 2026-07-20 10:31:47 -04:00
Gregory Magarshak eaa711a4e5 Initial release — pure PHP web server, 55-73% of nginx throughput
Standalone server with zero dependencies beyond PHP 8.1+.
Static files with in-memory response cache, keep-alive, TCP_NODELAY,
gzip/brotli, WebSocket, live dashboard, rate limiting.

Includes PHAR builder and GitHub Actions CI for static binaries
(Linux x86_64, Linux ARM64, macOS x86_64, macOS Apple Silicon).
2026-07-20 10:26:59 -04:00