skyline / launchd
dev-master
2020-01-22 11:23 UTC
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: 2024-11-22 21:36:01 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