PHPackages                             apitte/console - 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. apitte/console

Abandoned → [contributte/apitte](/?search=contributte%2Fapitte)ArchivedLibrary[CLI &amp; Console](/categories/cli)

apitte/console
==============

Symfony Console for Apitte stack

v0.8.0(4y ago)474.1k2MITPHPPHP &gt;=7.3

Since Feb 20Pushed 5mo ago3 watchersCompare

[ Source](https://github.com/contributte/apitte-console)[ Packagist](https://packagist.org/packages/apitte/console)[ Docs](https://github.com/apitte/console)[ Fund](https://contributte.org/partners.html)[ GitHub Sponsors](https://github.com/f3l1x)[ RSS](/packages/apitte-console/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (10)Versions (10)Used By (0)

[![](https://camo.githubusercontent.com/3619a00a55039a98079c84a044e1a0e8d0967a6cac70a3326816fbc4db06605d/68747470733a2f2f686561746261646765722e76657263656c2e6170702f6769746875622f726561646d652f636f6e74726962757474652f6170697474652d636f6e736f6c652f3f646570726563617465643d31)](https://camo.githubusercontent.com/3619a00a55039a98079c84a044e1a0e8d0967a6cac70a3326816fbc4db06605d/68747470733a2f2f686561746261646765722e76657263656c2e6170702f6769746875622f726561646d652f636f6e74726962757474652f6170697474652d636f6e736f6c652f3f646570726563617465643d31)

 [![](https://camo.githubusercontent.com/a8b1cd856d7d396fdebbe46947cc3507490acc267a02361e5e53bb7b820c95c3/68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f6769747465722f6379616e)](https://bit.ly/ctteg) [![](https://camo.githubusercontent.com/86d6416fc04f8bcc3daa7bf881526b9953b9726b1164d05c157c8713e3a73418/68747470733a2f2f62616467656e2e6e65742f62616467652f737570706f72742f666f72756d2f79656c6c6f77)](https://bit.ly/cttfo) [![](https://camo.githubusercontent.com/5d170ab94e6d594609561e16fe0f9e4293968fbd4dfcfafc5e11efc1415ef09c/68747470733a2f2f62616467656e2e6e65742f62616467652f73706f6e736f722f646f6e6174696f6e732f463936383534)](https://contributte.org/partners.html)

 Website 🚀 [contributte.org](https://contributte.org) | Contact 👨🏻‍💻 [f3l1x.io](https://f3l1x.io) | Twitter 🐦 [@contributte](https://twitter.com/contributte)

Disclaimer
----------

[](#disclaimer)

⚠️This project is no longer being maintained. Please use [contributte/apitte](https://github.com/contributte/apitte).Composer[`apitte/console`](https://packagist.org/packages/apitte/console)Version[![](https://camo.githubusercontent.com/3766f39281abd5cdf5ebd19e56e202a718fb830a7da458f9fe3e8b575c879e46/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f6170697474652f636f6e736f6c65)](https://camo.githubusercontent.com/3766f39281abd5cdf5ebd19e56e202a718fb830a7da458f9fe3e8b575c879e46/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f6170697474652f636f6e736f6c65)PHP[![](https://camo.githubusercontent.com/5a7a24449fec85c335324de5a80a3fa7b7848c5de0abc8ca1e75a95b773e7257/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f6170697474652f636f6e736f6c65)](https://camo.githubusercontent.com/5a7a24449fec85c335324de5a80a3fa7b7848c5de0abc8ca1e75a95b773e7257/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f6170697474652f636f6e736f6c65)License[![](https://camo.githubusercontent.com/38c9093a439f4a17bd569e3c69225ca7915550828123e48bcb95b58633a866e3/68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f636f6e74726962757474652f6170697474652d636f6e736f6c65)](https://camo.githubusercontent.com/38c9093a439f4a17bd569e3c69225ca7915550828123e48bcb95b58633a866e3/68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f636f6e74726962757474652f6170697474652d636f6e736f6c65)Usage
-----

[](#usage)

To install the latest version of `apitte/console` use [Composer](https://getcomposer.org).

```
composer require apitte/console
```

Setup
-----

[](#setup)

First of all, setup [core](https://github.com/apitte/core) package.

Install and register console plugin

```
composer require apitte/console
```

```
api:
    plugins:
        Apitte\Console\DI\ConsolePlugin:
```

You also need setup an integration of [symfony/console](https://symfony.com/doc/current/components/console.html), try [contributte/console](https://github.com/contributte/console/)

If you use [kdyby/console](https://github.com/Kdyby/Console) then make sure you add required tag to registered commands.

```
decorator:
    Symfony\Component\Console\Command\Command:
        tags: [kdyby.console.command]
```

Commands
--------

[](#commands)

### Route dump

[](#route-dump)

List all endpoints and their details

```
php bin/console apitte:route:dump
```

Version
-------

[](#version)

StateVersionBranchNettePHPstable`^0.8``master`3.0+`>=7.3`stable`^0.5``master`2.4`>=7.1`Development
-----------

[](#development)

This package was maintained by these authors.

[ ![](https://avatars2.githubusercontent.com/u/538058?v=3&s=80)](https://github.com/f3l1x)---

Consider to [support](https://contributte.org/partners.html) **contributte** development team. Also thank you for using this package.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance50

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~185 days

Recently: every ~267 days

Total

8

Last Release

1706d ago

PHP version history (5 changes)v0.1PHP &gt;= 5.6

v0.4PHP &gt;= 7.1

v0.6.0PHP ^7.2

v0.7.0PHP &gt;=7.2

v0.8.0PHP &gt;=7.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/538058?v=4)[Milan Šulc](/maintainers/f3l1x)[@f3l1x](https://github.com/f3l1x)

---

Top Contributors

[![f3l1x](https://avatars.githubusercontent.com/u/538058?v=4)](https://github.com/f3l1x "f3l1x (26 commits)")[![mabar](https://avatars.githubusercontent.com/u/20974277?v=4)](https://github.com/mabar "mabar (22 commits)")[![petrparolek](https://avatars.githubusercontent.com/u/6066243?v=4)](https://github.com/petrparolek "petrparolek (4 commits)")[![kralmichal](https://avatars.githubusercontent.com/u/1733478?v=4)](https://github.com/kralmichal "kralmichal (3 commits)")[![vody105](https://avatars.githubusercontent.com/u/22433893?v=4)](https://github.com/vody105 "vody105 (3 commits)")[![Roman3349](https://avatars.githubusercontent.com/u/4655467?v=4)](https://github.com/Roman3349 "Roman3349 (1 commits)")[![woytam](https://avatars.githubusercontent.com/u/12713483?v=4)](https://github.com/woytam "woytam (1 commits)")

---

Tags

apittecliconsolenettenette-frameworksymfonyconsolesymfonyapitte

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/apitte-console/health.svg)

```
[![Health](https://phpackages.com/badges/apitte-console/health.svg)](https://phpackages.com/packages/apitte-console)
```

###  Alternatives

[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k331.8M8.5k](/packages/nunomaduro-collision)[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

368264.8k8](/packages/matthiasnoback-symfony-console-form)[contributte/console

Best Symfony Console for Nette Framework

983.6M49](/packages/contributte-console)[coresphere/console-bundle

This bundle allows you accessing the symfony2 console via your browser

146337.3k5](/packages/coresphere-console-bundle)[duncan3dc/console

Create command line php applications using symfony/console

17263.4k2](/packages/duncan3dc-console)[phlib/console-process

Console implementation.

1833.5k2](/packages/phlib-console-process)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
