PHPackages                             albet/scli - 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. albet/scli

AbandonedArchivedProject

albet/scli
==========

A Simple CLI Framework for you PHP Projects

1.0.1(3y ago)09MITPHPPHP ^8.0

Since Dec 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/albetnov/scli-php)[ Packagist](https://packagist.org/packages/albet/scli)[ RSS](/packages/albet-scli/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

SCLI-PHP
========

[](#scli-php)

Slimmed CLI Framework, based from [ASMVC](https://github.com/albetnov/asmvc) CLI Interface + Symfony Console with bare minimum files required to parse and run the CLI. Allows you to create a command with fluency while keeping the framework as slim as possible.

Installation
============

[](#installation)

Installation of this SCliPHP relatively simple.

All you need to do is run: `composer create-project albet/scli' and you're set!

Usage
=====

[](#usage)

Simply run `php scli setup` and follow the guide. Then have fun with `make:command` or `create:command`.

Examples
========

[](#examples)

> Note: you can view some examples by yourself in Core/Console/Commands folder which contain bundled command.

Example of Setup command:

```
