Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
- renamed package in composer.json
- removed travis
- improved ReadMe
  • Loading branch information
petrparolek committed Nov 4, 2020
1 parent 89a6caa commit f631c7f
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 68 deletions.
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

88 changes: 43 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,57 +1,55 @@
# PDF Response for Nette
![](https://heatbadger.now.sh/github/readme/contributte/pdf/)

<p align=center>
<a href="https://github.com/contributte/pdf/actions"><img src="https://badgen.net/github/checks/contributte/pdf/master?cache=300"></a>
<a href="https://coveralls.io/r/contributte/pdf"><img src="https://badgen.net/coveralls/c/github/contributte/pdf?cache=300"></a>
<a href="https://packagist.org/packages/contributte/pdf"><img src="https://badgen.net/packagist/dm/contributte/pdf"></a>
<a href="https://packagist.org/packages/contributte/pdf"><img src="https://badgen.net/packagist/v/contributte/pdf"></a>
</p>
<p align=center>
<a href="https://packagist.org/packages/contributte/pdf"><img src="https://badgen.net/packagist/php/contributte/pdf"></a>
<a href="https://github.com/contributte/pdf"><img src="https://badgen.net/github/license/contributte/pdf"></a>
<a href="https://bit.ly/ctteg"><img src="https://badgen.net/badge/support/gitter/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/sponsor/donations/F96854"></a>
</p>

<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>

## Usage

To install latest version of `contributte/pdf` use [Composer](https://getcomposer.com).

-----

[![Build Status](https://travis-ci.org/Joseki/PdfResponse.svg?branch=master)](https://travis-ci.org/Joseki/PdfResponse)
[![Licence](https://img.shields.io/packagist/l/joseki/pdf-response.svg?style=flat-square)](https://img.shields.io/packagist/l/joseki/pdf-response.svg?style=flat-square)
[![Downloads this Month](https://img.shields.io/packagist/dm/joseki/pdf-response.svg?style=flat-square)](https://packagist.org/packages/Joseki/PdfResponse)
[![Downloads total](https://img.shields.io/packagist/dt/joseki/pdf-response.svg?style=flat-square)](https://packagist.org/packages/Joseki/PdfResponse)
[![Latest stable](https://img.shields.io/packagist/v/joseki/pdf-response.svg?style=flat-square)](https://packagist.org/packages/joseki/pdf-response)

## Discussion / Help
```
composer require contributte/pdf
```

[![Join the chat](https://img.shields.io/gitter/room/contributte/contributte.svg?style=flat-square)](http://bit.ly/ctteg)
## Documentation

## Install
For details on how to use this package, check out our [documentation](.docs).

```
composer require joseki/pdf-response
```

## Versions

| State | Version | Branch | PHP |
|-------------|-------------|----------|----------|
| dev | `5.0.x-dev` | `master` | `^7.1` |
| stable | `^5.1` | `master` | `^7.1` |

## Overview

- [Usage - how to use it](.docs/README.md#usage)

## 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>
<td align="center">
<a href="https://github.com/petrparolek">
<img width="150" height="150" src="https://avatars0.githubusercontent.com/u/6066243?s=150&v=4">
</a>
</br>
<a href="https://github.com/petrparolek">Petr Parolek</a>
</td>
</tr>
</tbody>
</table>
| dev | `6.0.x-dev` | `master` | `^7.1` |
| stable | `^6.0` | `master` | `^7.1` |

## Development

See [how to contribute](https://contributte.org) to this package. This package is currently maintained 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/petrparolek">
<img width="150" height="150" src="https://avatars0.githubusercontent.com/u/6066243?s=150&v=4">
</a>

-----

Thank you for testing, reporting and contributing.
Consider to [support](https://contributte.com/partners) **contributte** development team.
Also thank you for using this package. Thanks.
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "joseki/pdf-response",
"name": "contributte/pdf",
"description": "Pdf response extension for Nette Framework",
"authors": [
{
Expand All @@ -14,12 +14,17 @@
"email": "tomas.vot@gmail.com"
},
{
"name": "Petr Parolek"
"name": "Petr Parolek",
"homepage": "https://www.webnazakazku.cz/"
},
{
"name": "Milan Felix Šulc",
"homepage": "https://f3l1x.io"
}
],
"require": {
"php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0",
"mpdf/mpdf": "~8.0.0"
"mpdf/mpdf": "^8.0"
},
"require-dev": {
"latte/latte": "~2.5",
Expand All @@ -31,7 +36,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
"dev-master": "6.0-dev"
}
},
"suggest": {
Expand Down

0 comments on commit f631c7f

Please sign in to comment.