PHPackages                             antidot-fw/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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. antidot-fw/cli

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

antidot-fw/cli
==============

Anti.Framework console line tool

2.0.1(1y ago)12.9k1[3 PRs](https://github.com/antidot-framework/antidot-cli/pulls)2BSD-2-ClausePHPPHP ~8.1.0 || ~8.2.0 || ~8.3.0

Since Jun 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/antidot-framework/antidot-cli)[ Packagist](https://packagist.org/packages/antidot-fw/cli)[ GitHub Sponsors](https://github.com/kpicaza)[ RSS](/packages/antidot-fw-cli/feed)WikiDiscussions 3.x.x Synced 1mo ago

READMEChangelog (4)Dependencies (7)Versions (12)Used By (2)

Antidot Framework Console Tool
==============================

[](#antidot-framework-console-tool)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/269d5efe1c9b3c691670be2fa645e446f467fea1b0e72719975a57049abd40cf/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f616e7469646f742d636c692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/antidot-framework/antidot-cli/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/30c0811b99181dbc4d54f97c9ccca102e63d01029f1828e7d3428682dc9cccd8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f616e7469646f742d636c692f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/antidot-framework/antidot-cli/?branch=master)[![Build Status](https://camo.githubusercontent.com/1c5d779e1d652760a7b6a08d3caf27b8639b758c9e7c2da421b62298c4f06e52/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f616e7469646f742d636c692f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/antidot-framework/antidot-cli/build-status/master)[![Code Intelligence Status](https://camo.githubusercontent.com/4e55034ad8ae2a207a4902ae54389dc75246d686d543e0f4e90fdb49d69d7388/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f616e7469646f742d636c692f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)

This library is an adapter for using the [Symfony Console component](https://symfony.com/doc/current/components/console.html)using the standard Zend Framework configuration and any dependency injection container compatible with the `Psr\ContainerInterface`

Install
-------

[](#install)

Using composer package manager

```
composer require antidot-fw/cli
```

### Antidot Framework:

[](#antidot-framework)

The Cli component is installed by default in [Antidot Framework Starter](https://github.com/antidot-framework/antidot-starter)

### Zend Expressive:

[](#zend-expressive)

The Cli component will be automatically installed by running composer require command when we have previously installed the library [Zend Config Aggregator](https://github.com/zendframework/zend-config-aggregator)

All we'll need to do is create the Console entry point:

```
#!/usr/bin/env php
