PHPackages                             khal3d/phpline - 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. khal3d/phpline

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

khal3d/phpline
==============

Execute command line using php

v0.1(13y ago)438GPL-3.0+PHPPHP &gt;=5.3.0

Since May 9Pushed 12y ago2 watchersCompare

[ Source](https://github.com/khal3d/phpline)[ Packagist](https://packagist.org/packages/khal3d/phpline)[ Docs](https://github.com/khal3d/phpline)[ RSS](/packages/khal3d-phpline/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

PHPLine
=======

[](#phpline)

**PHPLine** is a PHP class that allow you to execute commands through PHP script.

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

[](#installation)

The recommended way to install PHPLine is through composer.

Just create a `composer.json` file for your project:

```
{
	"require": {
		"khal3d/phpline": "*"
	}
}
```

And run these two commands to install it:

```
$ wget http://getcomposer.org/composer.phar
$ php composer.phar install
```

Now you can add the autoloader, and you will have access to the library:

```
