PHPackages                             planette/cindy-project - 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. planette/cindy-project

Abandoned → [contributte/console-skeleton](/?search=contributte%2Fconsole-skeleton)Project[CLI &amp; Console](/categories/cli)

planette/cindy-project
======================

Console (CLI) project skeleton based on Nette Framework (@nette), Symfony (@symfony) and Contributte (@contributte) libraries by @f3l1x.

718.9k3[1 PRs](https://github.com/contributte/console-skeleton/pulls)HTMLCI passing

Since Mar 4Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/contributte/console-skeleton)[ Packagist](https://packagist.org/packages/planette/cindy-project)[ RSS](/packages/planette-cindy-project/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![](https://camo.githubusercontent.com/58496053011d0eb6940be4076ce8d403f3462e8dd4051e3bf42e911c51d25605/68747470733a2f2f686561746261646765722e6e6f772e73682f6769746875622f726561646d652f636f6e74726962757474652f636f6e736f6c652d736b656c65746f6e2f)](https://camo.githubusercontent.com/58496053011d0eb6940be4076ce8d403f3462e8dd4051e3bf42e911c51d25605/68747470733a2f2f686561746261646765722e6e6f772e73682f6769746875622f726561646d652f636f6e74726962757474652f636f6e736f6c652d736b656c65746f6e2f)

 [![](https://camo.githubusercontent.com/d71cadf1f4955619d80b43f7717d1e2759321aaed830add16c0be5518897dd04/68747470733a2f2f62616467656e2e6e65742f6769746875622f636865636b732f636f6e74726962757474652f636f6e736f6c652d736b656c65746f6e2f6d6173746572)](https://github.com/contributte/console-skeleton/actions) [![](https://camo.githubusercontent.com/dd91860c60bbdc20bc36b5b692ea1cdf1122ed2c8b4e91571c866671aa5d6d87/68747470733a2f2f62616467656e2e6e65742f636f6465636f762f632f6769746875622f636f6e74726962757474652f636f6e736f6c652d736b656c65746f6e)](https://codecov.io/gh/contributte/console-skeleton) [![](https://camo.githubusercontent.com/b4e063fbe5fa3cf470499c4d181a79879942b17a67e8641e3cfa956cf1f8565c/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f646d2f636f6e74726962757474652f636f6e736f6c652d736b656c65746f6e)](https://packagist.org/packages/contributte/console-skeleton) [![](https://camo.githubusercontent.com/a8d9497f54bb7d7d073670a183dd1b061972d9f5c6dccf891d26e3b03a5b5da5/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f636f6e74726962757474652f636f6e736f6c652d736b656c65746f6e)](https://packagist.org/packages/contributte/console-skeleton)

 [![](https://camo.githubusercontent.com/f583de093ef7704c9c758bea1ad25ca2d999a8661bd82b6f0d5e4aad4227a67b/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f7068702f636f6e74726962757474652f636f6e736f6c652d736b656c65746f6e)](https://packagist.org/packages/contributte/console-skeleton) [![](https://camo.githubusercontent.com/f78c0a3140e48330c7e8af98d5bc2ae992f212e16610190c567935ffaa6dfa8a/68747470733a2f2f62616467656e2e6e65742f6769746875622f6c6963656e73652f636f6e74726962757474652f636f6e736f6c652d736b656c65746f6e)](https://github.com/contributte/console-skeleton) [![](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)

 [![](https://raw.githubusercontent.com/contributte/console-skeleton/master/.docs/screenshot1.png)](https://raw.githubusercontent.com/contributte/console-skeleton/master/.docs/screenshot1.png)

---

Goal
----

[](#goal)

Main goal is to provide terminal-based console-kit project for Nette developers.

Installation
------------

[](#installation)

You will need `PHP 8.4+` and [Composer](https://getcomposer.org/).

Create project using composer.

```
composer create-project -s dev contributte/console-skeleton acme
```

Now you have application installed. It's time to run it.

Startup
-------

[](#startup)

Console overview is showed up by running this command:

```
bin/console
```

Backend
-------

[](#backend)

It's based on [Contributte](https://contributte.org/) packages.

- [`contributte/bootstrap`](https://github.com/contributte/bootstrap)
- [`contributte/di`](https://github.com/contributte/di)
- [`contributte/utils`](https://github.com/contributte/utils)
- [`contributte/latte`](https://github.com/contributte/latte)
- [`contributte/tracy`](https://github.com/contributte/tracy)
- [`contributte/console`](https://github.com/contributte/console)

Development
-----------

[](#development)

See [how to contribute](https://contributte.org/contributing.html) to this package.

This package is currently maintaining 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 project.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance58

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75.7% of commits — single point of failure

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.

### Community

Maintainers

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

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (321 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (47 commits)")[![f3l1x](https://avatars.githubusercontent.com/u/538058?v=4)](https://github.com/f3l1x "f3l1x (45 commits)")[![petrparolek](https://avatars.githubusercontent.com/u/6066243?v=4)](https://github.com/petrparolek "petrparolek (6 commits)")[![ohmyfelix](https://avatars.githubusercontent.com/u/261235610?v=4)](https://github.com/ohmyfelix "ohmyfelix (3 commits)")[![fxik](https://avatars.githubusercontent.com/u/216508546?v=4)](https://github.com/fxik "fxik (1 commits)")[![mabar](https://avatars.githubusercontent.com/u/20974277?v=4)](https://github.com/mabar "mabar (1 commits)")

---

Tags

consolecontributtephpprojectsymfony

### Embed Badge

![Health badge](/badges/planette-cindy-project/health.svg)

```
[![Health](https://phpackages.com/badges/planette-cindy-project/health.svg)](https://phpackages.com/packages/planette-cindy-project)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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