Skip to content

Commit

Permalink
Modernize
Browse files Browse the repository at this point in the history
  • Loading branch information
vody105 authored and f3l1x committed Dec 1, 2020
1 parent 2ad9fac commit a9c5af5
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 32 deletions.
88 changes: 58 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,79 @@
# Apitte Console
![Apitte Console](https://heatbadger.now.sh/github/readme/apitte/console/)

Console commands for [Apitte](https://github.com/apitte/core).
<p align=center>
<a href="https://github.com/apitte/console/actions">
<img src="https://badgen.net/github/checks/apitte/console/master?cache=300">
</a>
<a href="https://coveralls.io/r/apitte/console">
<img src="https://badgen.net/coveralls/c/github/apitte/console?cache=300">
</a>
<a href="https://packagist.org/packages/apitte/console">
<img src="https://badgen.net/packagist/dm/apitte/console">
</a>
<a href="https://packagist.org/packages/apitte/console">
<img src="https://badgen.net/packagist/v/apitte/console">
</a>
</p>
<p align=center>
<a href="https://packagist.org/packages/apitte/console">
<img src="https://badgen.net/packagist/php/apitte/console">
</a>
<a href="https://github.com/apitte/console">
<img src="https://badgen.net/github/license/apitte/console">
</a>
<a href="http://bit.ly/apittegitter">
<img src="https://badgen.net/badge/chat/apitte/cyan">
</a>
<a href="https://bit.ly/cttfo">
<img src="https://badgen.net/badge/support/forum/yellow">
</a>
<a href="https://contributte.org/partners.html">
<img src="https://badgen.net/badge/become/a%20patron/F96854">
</a>
<p>

[![Build Status](https://img.shields.io/travis/apitte/console.svg?style=flat-square)](https://travis-ci.org/apitte/console)
[![Code coverage](https://img.shields.io/coveralls/apitte/console.svg?style=flat-square)](https://coveralls.io/r/apitte/console)
[![Licence](https://img.shields.io/packagist/l/apitte/console.svg?style=flat-square)](https://packagist.org/packages/apitte/console)
[![Downloads this Month](https://img.shields.io/packagist/dm/apitte/console.svg?style=flat-square)](https://packagist.org/packages/apitte/console)
[![Downloads total](https://img.shields.io/packagist/dt/apitte/console.svg?style=flat-square)](https://packagist.org/packages/apitte/console)
[![Latest stable](https://img.shields.io/packagist/v/apitte/console.svg?style=flat-square)](https://packagist.org/packages/apitte/console)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat-square)](https://github.com/phpstan/phpstan)
<p align=center>
Website 馃殌 <a href="https://contributte.org">contributte.org</a> | Contact 馃懆馃徎馃捇 <a href="https://f3l1x.io">f3l1x.io</a> | Twitter 馃惁 <a href="https://twitter.com/contributte">@contributte</a>
</p>

## Discussion / Help
## Usage

[![Join the chat](https://img.shields.io/gitter/room/apitte/apitte.svg?style=flat-square)](http://bit.ly/apittegitter)
To install the latest version of `apitte/console` use [Composer](https://getcomposer.com).

```
composer require apitte/console
```

## Documentation

- [Setup](.docs/README.md#setup)
- [Commands](.docs/README.md#commands)
For details on how to use this package, check out our [documentation](.docs).


## Version

| State | Version | Branch | Nette | PHP |
|-------------|---------|----------|-------|---------|
| dev | `^0.7` | `master` | 3.0+ | `>=7.2` |
| dev | `^0.8` | `master` | 3.0+ | `>=7.2` |
| stable | `^0.7` | `master` | 3.0+ | `>=7.2` |
| stable | `^0.6` | `master` | 3.0+ | `^7.2` |
| stable | `^0.5` | `master` | 2.4 | `>=7.1` |
| stable | `^0.3` | `master` | 2.4 | `>=5.6` |

## Maintainers

<table>
<tbody>
<tr>
<td align="center">
<a href="https://github.com/f3l1x">
<img width="150" height="150" src="https://avatars2.githubusercontent.com/u/538058?v=3&s=150">
</a>
</br>
<a href="https://github.com/f3l1x">Milan Felix 艩ulc</a>
</td>
</tr>
</tbody>
</table>
## Development

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

This package is currently maintaining by these authors.

<a href="https://github.com/f3l1x">
<img width="80" height="80" src="https://avatars2.githubusercontent.com/u/538058?v=3&s=80">
</a>

## Sponsoring

<a href="https://github.com/tlapnet"><img width="200" src="https://avatars.githubusercontent.com/tlapnet"></a>
<a href="https://github.com/tlapnet">
<img width="80" height="80" src="https://avatars1.githubusercontent.com/u/22914186?s=80&v=4">
</a>

The development is sponsored by [Tlapnet](https://www.tlapnet.cz)

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"homepage": "https://github.com/apitte/console",
"require": {
"php": ">=7.2",
"apitte/core": "^0.7.0",
"apitte/core": "~0.7",
"symfony/console": "^4.1.1|^5.0.0"
},
"require-dev": {
Expand All @@ -37,7 +37,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.7.x-dev"
"dev-master": "0.8.x-dev"
}
}
}

0 comments on commit a9c5af5

Please sign in to comment.