skyline / launchd
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/skyline/launchd
Requires
- php: ^7.2
- skyline/cli: dev-master
- tasoft/interval: dev-master
- tasoft/php-pdo: dev-master
- tasoft/value-injector: dev-master
Requires (Dev)
- phpunit/phpunit: ^6
This package is auto-updated.
Last update: 2025-09-22 23:42:00 UTC
README
The launchd package allows your application to interact with command line tasks.
In the Public/ directory the main skyline.php is located as main entry point of your application.
This file usually gets called from a webserver to deliver a response for a request. In some cases it can be necessary to handle different.
That's why Skyline Launchd exists: It extends your application to respond command line tasks.
Those tasks are different than requests.
Installation
$ composer require skyline/launchd