PHPackages                             siphoc/slic - 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. siphoc/slic

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

siphoc/slic
===========

Command Line Interface Micro Framework based on Symfony2 Components

111PHP

Since Nov 8Pushed 13y ago4 watchersCompare

[ Source](https://github.com/siphoc/Slic)[ Packagist](https://packagist.org/packages/siphoc/slic)[ RSS](/packages/siphoc-slic/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Slic
====

[](#slic)

Slic is a micro framework build to help you execute actions on the command line.

[![Build Status](https://camo.githubusercontent.com/e3ea57742a2e67b025053f7603749cdb2d391210c233245306399ef68eefbfcf/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f736970686f632f536c69632e706e67)](http://travis-ci.org/siphoc/Slic)

Installation
------------

[](#installation)

- Install [Composer](http://getcomposer.org/)
- Run composer.phar install
- Optional: run ./compile (This'll allow you to use a .phar package)

### Already have composer installed?

[](#already-have-composer-installed)

```
git clone git@github.com:siphoc/Slic.git && cd Slic && composer.phar install

```

### Install into existing project

[](#install-into-existing-project)

To install Slic into an existing application, you can add it to your composer.json.

```
"require":{
    "php": ">=5.3.2",
    "siphoc/slic": "dev-master"
},

```

Run `composer.phar update` to install Slic and it's dependencies.

Usage
-----

[](#usage)

This is a demo example:

```
