PHPackages                             ride/lib-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. ride/lib-cli

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

ride/lib-cli
============

CLI library of the Ride framework

1.2.0(1y ago)05.0k11MITPHP

Since Oct 10Pushed 1y ago7 watchersCompare

[ Source](https://github.com/all-ride/ride-lib-cli)[ Packagist](https://packagist.org/packages/ride/lib-cli)[ RSS](/packages/ride-lib-cli/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (15)Used By (11)

Ride: CLI Library
=================

[](#ride-cli-library)

CLI library of the PHP Ride framework.

Command
-------

[](#command)

The *Command* interface is what you will implement to extend the CLI. It contains the logic for your action.

You can check this code sample of a command:

```
