Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/contributte/console-skeleton

🎁 Console (CLI) project skeleton based on Nette Framework (@nette), Symfony (@symfony) and Contributte (@contributte) libraries by @f3l1x.
https://github.com/contributte/console-skeleton

console contributte php project symfony

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

![](https://heatbadger.now.sh/github/readme/contributte/console-skeleton/)














Website 🚀 contributte.org | Contact 👨🏻‍💻 f3l1x.io | Twitter 🐦 @contributte



-----

## Goal

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

## Installation

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

Create project using composer.

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

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

## Startup

Console overview is showed up by running this command:

```bash
bin/console
```

## 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

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

This package is currently maintaining by these authors.



-----

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