PHPackages                             skyline/cli - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. skyline/cli

ActiveLibrary[CLI &amp; Console](/categories/cli)

skyline/cli
===========

This package makes a Skyline Web Application accessible via command line, for example to trigger background tasks from a foreign target.

v8.0.0(3y ago)014BSD-3-ClausePHPPHP ^7|^8CI failing

Since Jan 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tasoftch/skyline-cli)[ Packagist](https://packagist.org/packages/skyline/cli)[ RSS](/packages/skyline-cli/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

Skyline CLI Package
===================

[](#skyline-cli-package)

The CLI Package adds a plugin to your application that interact on command line requests.
By default, the file `~/Public/skyline.php` gets called by apache or another webserver to deliver your webpage.

If this file gets performed under command line, you will get an error, because the routing never will success.
This Package installed it will listen for command line calls and forward to registered tasks.

#### Installation

[](#installation)

```
$ composer require skyline/cli

```

#### Usage

[](#usage)

The package introduces a new configuration file:
`processes.cfg.php`
All files with this name are collected while compiling and they should declare a process info.

Such a config file might look like:

```
