|
1 | | -# Contributte > Application |
| 1 | +# Contributte Application |
2 | 2 |
|
3 | | -:sparkles: Extra contribution to [`nette/application`](https://github.com/nette/application). |
4 | | - |
5 | | ------ |
| 3 | +Extra contribution to [`nette/application`](https://github.com/nette/application). |
6 | 4 |
|
7 | 5 | [](https://travis-ci.org/contributte/application) |
8 | 6 | [](https://coveralls.io/r/contributte/application) |
9 | 7 | [](https://packagist.org/packages/contributte/application) |
10 | 8 | [](https://packagist.org/packages/contributte/application) |
11 | 9 | [](https://packagist.org/packages/contributte/application) |
12 | 10 | [](https://packagist.org/packages/contributte/application) |
13 | | -[](https://github.com/phpstan/phpstan) |
| 11 | +[](https://github.com/phpstan/phpstan) |
14 | 12 |
|
15 | 13 | ## Discussion / Help |
16 | 14 |
|
17 | 15 | [](http://bit.ly/ctteg) |
18 | 16 |
|
19 | | -## Install |
| 17 | +## Documentation |
20 | 18 |
|
21 | | -``` |
22 | | -composer require contributte/application |
23 | | -``` |
| 19 | +- [Setup](.docs/README.md#setup) |
| 20 | +- [UI](.docs/README.md#ui) |
| 21 | + - [Presenter](.docs/README.md#presenter) |
| 22 | + - [StructuredTemplates](.docs/README.md#structured-templates) |
| 23 | + - [Control](.docs/README.md#control) |
| 24 | + - [Component](.docs/README.md#component) |
| 25 | +- [Responses](.docs/README.md#responses) |
| 26 | + - [CSVResponse](.docs/README.md#csvresponse) |
| 27 | + - [ImageResponse](.docs/README.md#imageresponse) |
| 28 | + - [JsonPrettyResponse](.docs/README.md#psr7streamresponse) |
| 29 | + - [PSR7StreamResponse](.docs/README.md#flyresponse) |
| 30 | + - [FlyResponse - send file/buffer on-the-fly](.docs/README.md#flyresponse) |
| 31 | + - [XmlResponse](.docs/README.md#xmlresponse) |
24 | 32 |
|
25 | 33 | ## Versions |
26 | 34 |
|
27 | | -| State | Version | Branch | PHP | |
28 | | -|-------------|---------|----------|----------| |
29 | | -| development | `^0.4` | `master` | `>= 7.1` | |
30 | | -| stable | `^0.3` | `master` | `>= 7.1` | |
31 | | -| stable | `^0.2` | `master` | `>= 5.6` | |
32 | | - |
33 | | -## Overview |
34 | | - |
35 | | -- [UI](https://github.com/contributte/application/blob/master/.docs/README.md#ui) |
36 | | - - [Presenter](https://github.com/contributte/application/blob/master/.docs/README.md#presenter) |
37 | | - - [StructuredTemplates](https://github.com/contributte/application/blob/master/.docs/README.md#structured-templates) |
38 | | - - [Control](https://github.com/contributte/application/blob/master/.docs/README.md#control) |
39 | | - - [Component](https://github.com/contributte/application/blob/master/.docs/README.md#component) |
40 | | -- [Responses](https://github.com/contributte/application/blob/master/.docs/README.md#responses) |
41 | | - - [CSVResponse](https://github.com/contributte/application/blob/master/.docs/README.md#csvresponse) |
42 | | - - [ImageResponse](https://github.com/contributte/application/blob/master/.docs/README.md#imageresponse) |
43 | | - - [JsonPrettyResponse](https://github.com/contributte/application/blob/master/.docs/README.md#psr7streamresponse) |
44 | | - - [PSR7StreamResponse](https://github.com/contributte/application/blob/master/.docs/README.md#flyresponse) |
45 | | - - [FlyResponse - send file/buffer on-the-fly](https://github.com/contributte/application/blob/master/.docs/README.md#flyresponse) |
46 | | - - [XmlResponse](https://github.com/contributte/application/blob/master/.docs/README.md#xmlresponse) |
| 35 | +| State | Version | Branch | Nette | PHP | |
| 36 | +|-------------|---------|----------|-------|---------| |
| 37 | +| dev | `^0.5` | `master` | 3.0+ | `^7.2` | |
| 38 | +| stable | `^0.4` | `master` | 3.0+ | `^7.2` | |
| 39 | +| stable | `^0.3` | `master` | 2.4 | `>=7.1` | |
| 40 | +| stable | `^0.2` | `master` | 2.4 | `>=5.6` | |
47 | 41 |
|
48 | 42 | ## Maintainers |
49 | 43 |
|
|
0 commit comments