Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/portiny/console
[READ-ONLY] Lightweight Symfony/Console integration extension for Nette Framework.
https://github.com/portiny/console
console nette-framework php portiny symfony
Last synced: 3 months ago
JSON representation
[READ-ONLY] Lightweight Symfony/Console integration extension for Nette Framework.
- Host: GitHub
- URL: https://github.com/portiny/console
- Owner: portiny
- License: mit
- Created: 2017-12-10T09:00:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T07:03:25.000Z (7 months ago)
- Last Synced: 2024-09-30T14:02:54.140Z (3 months ago)
- Topics: console, nette-framework, php, portiny, symfony
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portiny/Console
[![Build Status](https://img.shields.io/travis/portiny/console.svg?style=flat-square)](https://travis-ci.org/portiny/console)
[![Quality Score](https://img.shields.io/scrutinizer/g/portiny/console.svg?style=flat-square)](https://scrutinizer-ci.com/g/portiny/console)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/portiny/console.svg?style=flat-square)](https://scrutinizer-ci.com/g/portiny/console)
[![Downloads](https://img.shields.io/packagist/dt/portiny/console.svg?style=flat-square)](https://packagist.org/packages/portiny/console)
[![Latest stable](https://img.shields.io/github/tag/portiny/console.svg?style=flat-square)](https://packagist.org/packages/portiny/console)Lightweight [Symfony/Console](https://symfony.com/doc/current/components/console.html) integration extension for Nette Framework.
## Installation
The simplest way to install Portiny/Console is using [Composer](http://getcomposer.org/):
```sh
$ composer require portiny/console
```## Resources
* [Documentation](https://github.com/portiny/console/blob/master/docs/en/index.md)
* [Contributing](https://github.com/portiny/portiny/blob/master/CODE_OF_CONDUCT.md)
* [Report issues](https://github.com/portiny/portiny/issues) and [send Pull Requests](https://github.com/portiny/portiny/pulls) in the [main Portiny repository](https://github.com/portiny/portiny)