Files
Jean-Baptiste Nahan d8b6a08115 Update README.md
2026-01-13 10:32:54 +01:00
..
2026-01-13 10:32:54 +01:00

About

Win32Service is a non-profit GitHub organization dedicated to developing an open-source PHP extension that enables PHP scripts to run as native Windows services.

The organization focuses on bridging PHP with the Windows service infrastructure, allowing developers to execute long-running PHP processes in the background with proper service lifecycle management (start, stop, pause, and shutdown). The project targets use cases such as daemons, workers, schedulers, and system-level integrations on Windows platforms.

Win32Service aims to provide a reliable, maintainable, and community-driven solution for running PHP in service-oriented Windows environments.

Main organization's products

Win32Service PHP Extension

This is a Windows-specific PHP extension to provide the main features. Add it to your PHP installation to run your PHP Script like a Windows native service.

Library Service

It's a short PHP abstraction layer to help you use the Win32Service extension. This library contains the IDE pseudo code to enable auto-complete.

Win32ServiceBundle

It's the Win32Service integration for the Symfony framework and the Symfony Messenger worker.