|
1 | | -# Contributte Forms |
2 | | - |
3 | | -Extra contribution to [`nette/forms`](https://github.com/nette/forms). |
4 | | - |
5 | | -[](https://travis-ci.org/contributte/forms) |
6 | | -[](https://coveralls.io/r/contributte/forms) |
7 | | -[](https://packagist.org/packages/contributte/forms) |
8 | | -[](https://packagist.org/packages/contributte/forms) |
9 | | -[](https://packagist.org/packages/contributte/forms) |
10 | | -[](https://packagist.org/packages/contributte/forms) |
11 | | -[](https://github.com/phpstan/phpstan) |
12 | | - |
13 | | -## Discussion / Help |
14 | | - |
15 | | -[](http://bit.ly/ctteg) |
| 1 | + |
| 2 | + |
| 3 | +<p align=center> |
| 4 | + <a href="https://github.com/contributte/forms/actions"><img src="https://badgen.net/github/checks/contributte/forms/master?forms=300"></a> |
| 5 | + <a href="https://coveralls.io/r/contributte/forms"><img src="https://badgen.net/coveralls/c/github/contributte/forms?forms=300"></a> |
| 6 | + <a href="https://packagist.org/packages/contributte/forms"><img src="https://badgen.net/packagist/dm/contributte/forms"></a> |
| 7 | + <a href="https://packagist.org/packages/contributte/forms"><img src="https://badgen.net/packagist/v/contributte/forms"></a> |
| 8 | +</p> |
| 9 | +<p align=center> |
| 10 | + <a href="https://packagist.org/packages/contributte/forms"><img src="https://badgen.net/packagist/php/contributte/forms"></a> |
| 11 | + <a href="https://github.com/contributte/forms"><img src="https://badgen.net/github/license/contributte/forms"></a> |
| 12 | + <a href="https://bit.ly/ctteg"><img src="https://badgen.net/badge/support/gitter/cyan"></a> |
| 13 | + <a href="https://bit.ly/cttfo"><img src="https://badgen.net/badge/support/forum/yellow"></a> |
| 14 | + <a href="https://contributte.org/partners.html"><img src="https://badgen.net/badge/sponsor/donations/F96854"></a> |
| 15 | +</p> |
| 16 | + |
| 17 | +<p align=center> |
| 18 | +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> |
| 19 | +</p> |
| 20 | + |
| 21 | +## Usage |
| 22 | + |
| 23 | +To install latest version of `contributte/forms` use [Composer](https://getcomposer.com). |
| 24 | + |
| 25 | +``` |
| 26 | +composer require contributte/forms |
| 27 | +``` |
16 | 28 |
|
17 | 29 | ## Documentation |
18 | 30 |
|
19 | | -- [Setup](.docs/README.md#setup) |
20 | | -- [ApplicationFormFactoryExtension - provides Nette\Application\UI\Form factory](.docs/README.md#application-form-factory) |
21 | | -- [StandaloneFormFactoryExtension - provides Nette\Forms\Form factory](.docs/README.md#standalone-form-factory) |
| 31 | +For details on how to use this package, check out our [documentation](.docs). |
22 | 32 |
|
23 | 33 | ## Versions |
24 | 34 |
|
25 | 35 | | State | Version | Branch | Nette | PHP | |
26 | 36 | |-------------|---------|----------|-------|---------| |
27 | | -| dev | `^0.5` | `master` | 3.0+ | `>=7.2` | |
28 | | -| stable | `^0.4` | `master` | 3.0+ | `^7.2` | |
| 37 | +| dev | `^0.6` | `master` | 3.0+ | `>=7.2` | |
| 38 | +| stable | `^0.5` | `master` | 3.0+ | `>=7.2` | |
29 | 39 | | stable | `^0.3` | `master` | 2.4 | `>=7.1` | |
30 | | -| stable | `^0.1` | `master` | 2.4 | `>=5.6` | |
31 | | - |
32 | | -## Maintainers |
33 | | - |
34 | | -<table> |
35 | | - <tbody> |
36 | | - <tr> |
37 | | - <td align="center"> |
38 | | - <a href="https://github.com/f3l1x"> |
39 | | - <img width="150" height="150" src="https://avatars2.githubusercontent.com/u/538058?v=3&s=150"> |
40 | | - </a> |
41 | | - </br> |
42 | | - <a href="https://github.com/f3l1x">Milan Felix Šulc</a> |
43 | | - </td> |
44 | | - </tr> |
45 | | - </tbody> |
46 | | -</table> |
47 | | - |
48 | | -Thank you for testing, reporting and contributing. |
| 40 | + |
| 41 | +## Development |
| 42 | + |
| 43 | +See [how to contribute](https://contributte.org) to this package. This package is currently maintained by these authors. |
| 44 | + |
| 45 | +<a href="https://github.com/f3l1x"> |
| 46 | + <img width="80" height="80" src="https://avatars2.githubusercontent.com/u/538058?v=3&s=80"> |
| 47 | +</a> |
| 48 | + |
| 49 | +----- |
| 50 | + |
| 51 | +Consider to [support](https://contributte.com/partners) **contributte** development team. |
| 52 | +Also thank you for using this package. |
0 commit comments