PHPackages                             utopia-php/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. [Framework](/categories/framework)
4. /
5. utopia-php/cli

ActiveLibrary[Framework](/categories/framework)

utopia-php/cli
==============

A simple CLI library to manage command line applications

0.23.0(2mo ago)41396.4k↓27.6%16[6 PRs](https://github.com/utopia-php/cli/pulls)6MITPHPPHP &gt;=7.4CI failing

Since May 8Pushed 2mo ago8 watchersCompare

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

READMEChangelog (10)Dependencies (14)Versions (55)Used By (6)

Utopia CLI
==========

[](#utopia-cli)

[![Build Status](https://camo.githubusercontent.com/7a88a37b890a00df1992c59c1ec18eb92f56d413774b95829f33efc4440dc695/68747470733a2f2f7472617669732d63692e6f72672f75746f7069612d7068702f636c692e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/utopia-php/cli)[![Total Downloads](https://camo.githubusercontent.com/19239d6482df83dbf6d0b6ea665577a83cc9c7914a6687fa0e653217d77793ee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f636c692e737667)](https://camo.githubusercontent.com/19239d6482df83dbf6d0b6ea665577a83cc9c7914a6687fa0e653217d77793ee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f75746f7069612d7068702f636c692e737667)[![Discord](https://camo.githubusercontent.com/b130cc39f0cd917f3fc3e9f94c08a8ba302c8b36d32d8914f5494c473a7070e6/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f353634313630373330383435313531323434)](https://appwrite.io/discord)

Utopia framework CLI library is simple and lite library for extending Utopia PHP Framework to be able to code command line applications. This library is aiming to be as simple and easy to learn and use. This library is maintained by the [Appwrite team](https://appwrite.io).

Although this library is part of the [Utopia Framework](https://github.com/utopia-php/framework) project it is dependency free and can be used as standalone with any other PHP project or framework.

Getting Started
---------------

[](#getting-started)

Install using composer:

```
composer require utopia-php/cli
```

script.php

```
