This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from contributte/feature/readme
Update header
- Loading branch information
Showing
2 changed files
with
39 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,49 @@ | ||
# EET | ||
<h1 align="center">EET integration into Nette</h1> | ||
|
||
Ultra easy-to-use [`filipsedivy/php-eet`](https://github.com/filipsedivy/php-eet) implementation for [`Nette Framework`](https://github.com/nette/). | ||
<p align="center"> | ||
<a href="https://travis-ci.org/contributte/eet"><img src="https://img.shields.io/travis/contributte/eet.svg?style=flat-square"></a> | ||
<a href="https://coveralls.io/r/contributte/eet"><img src="https://img.shields.io/coveralls/contributte/eet.svg?style=flat-square"></a> | ||
<a href="https://packagist.org/packages/contributte/eet"><img src="https://img.shields.io/packagist/dm/contributte/eet.svg?style=flat-square"></a> | ||
<a href="https://packagist.org/packages/contributte/eet"><img src="https://img.shields.io/packagist/v/contributte/eet.svg?style=flat-square"></a> | ||
</p> | ||
|
||
[![Build Status](https://img.shields.io/travis/contributte/eet.svg?style=flat-square)](https://travis-ci.org/contributte/eet) | ||
[![Code coverage](https://img.shields.io/coveralls/contributte/eet.svg?style=flat-square)](https://coveralls.io/r/contributte/eet) | ||
[![Licence](https://img.shields.io/packagist/l/contributte/eet.svg?style=flat-square)](https://packagist.org/packages/contributte/eet) | ||
[![Downloads this Month](https://img.shields.io/packagist/dm/contributte/eet.svg?style=flat-square)](https://packagist.org/packages/contributte/eet) | ||
[![Downloads total](https://img.shields.io/packagist/dt/contributte/eet.svg?style=flat-square)](https://packagist.org/packages/contributte/eet) | ||
[![Latest stable](https://img.shields.io/packagist/v/contributte/eet.svg?style=flat-square)](https://packagist.org/packages/contributte/eet) | ||
[![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://filipsedivy.cz">filipsedivy.cz</a> | Twitter 🐦 <a href="https://twitter.com/contributte">@contributte</a> | ||
</p> | ||
|
||
## Version | ||
## Usage | ||
|
||
| State | Version | Branch | PHP | Composer | | ||
|-------------|--------------|----------|----------|-------------------------------------------------| | ||
| development | `dev-master` | `master` | `>= 7.1` | `minimum-stability: dev`, `prefer-stable: true` | | ||
To install latest version of `contributte/eet` use [Composer](https://getcomposer.com). | ||
|
||
``` | ||
composer install contributte/eet | ||
``` | ||
|
||
## Documentation | ||
|
||
- [Setup](.docs/README.md#setup) | ||
- [Configuration](#configuration) | ||
- [Usage](.docs/README.md#usage) | ||
|
||
## Maintainers | ||
|
||
<table> | ||
<tbody> | ||
<tr> | ||
<td align="center"> | ||
<a href="https://github.com/filipsedivy"> | ||
<img width="150" height="150" src="https://avatars2.githubusercontent.com/u/5647591?v=3&s=150"> | ||
</a> | ||
</br> | ||
<a href="https://github.com/filipsedivy">Filip Šedivý</a> | ||
</td> | ||
<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> | ||
## Versions | ||
|
||
| State | Version | Branch | Nette | PHP | | ||
|-------|--------------|----------|--------|----------| | ||
| dev | `dev-master` | `master` | `3.0+` | `>= 7.1` | | ||
|
||
## Development | ||
|
||
See [how to contributte](https://contributte.org) 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> | ||
<a href="https://github.com/filipsedivy"> | ||
<img width="80" height="80" src="https://avatars0.githubusercontent.com/u/5647591?s=80&v=4"> | ||
</a> | ||
|
||
|
||
----- | ||
|
||
Consider to [support](https://contributte.com/partners) **contributte** development team. | ||
Also thank you for using this package. Thanks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters