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.24.3(1w ago)42492.7k↓30%17[2 issues](https://github.com/utopia-php/cli/issues)[6 PRs](https://github.com/utopia-php/cli/pulls)6MITPHPPHP &gt;=7.4CI failing

Since May 8Pushed 1w ago7 watchersCompare

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

READMEChangelog (10)Dependencies (24)Versions (65)Used By (6)

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

[](#utopia-cli)

Important

This repository is a read-only mirror of the [utopia-php monorepo](https://github.com/utopia-php/monorepo). Development happens in [`packages/cli`](https://github.com/utopia-php/monorepo/tree/main/packages/cli) — please open issues and pull requests there.

[![Tests](https://github.com/utopia-php/monorepo/actions/workflows/tests.yml/badge.svg)](https://github.com/utopia-php/monorepo/actions/workflows/tests.yml)[![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

```
