win32service/win32service

The win32service extension is a Windows-specific extension that allows PHP to communicate with the Service Control Manager to start, stop, register and unregister the services, and even allows your PHP scripts to run as a service.


Keywords
service, windows, service-manager, low-level-privileges, php, php-extension, php7, php70, php71, php72, php73, php74, php8, php80, sapi, service-worker, supervisord, systemd, win32, win32service, win64
License
PHP-3.01

Documentation

Build status License Documentation

Win32Service

The win32service extension is a Windows-specific extension that allows PHP to communicate with the Service Control Manager to start, stop, register and unregister the services, and even allows your PHP scripts to run as a service.

Documentation

See: https://win32service.github.io/