Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/contributte/console-skeleton
- Owner: contributte
- License: mit
- Created: 2018-02-20T12:56:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T17:40:25.000Z (11 months ago)
- Last Synced: 2024-09-30T14:05:30.116Z (4 months ago)
- Topics: console, contributte, php, project, symfony
- Language: HTML
- Homepage: https://contributte.org
- Size: 1.41 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.