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 3813a30 commit 58d4ea1
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 33 deletions.
88 changes: 57 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,78 @@
# Apitte Debug
![Apitte Debug](https://heatbadger.now.sh/github/readme/apitte/debug/)

Debug tools for [Apitte](https://github.com/apitte/core), based on [Tracy debugger](https://github.com/nette/tracy).
<p align=center>
<a href="https://github.com/apitte/debug/actions">
<img src="https://badgen.net/github/checks/apitte/debug/master?cache=300">
</a>
<a href="https://coveralls.io/r/apitte/debug">
<img src="https://badgen.net/coveralls/c/github/apitte/debug?cache=300">
</a>
<a href="https://packagist.org/packages/apitte/debug">
<img src="https://badgen.net/packagist/dm/apitte/debug">
</a>
<a href="https://packagist.org/packages/apitte/debug">
<img src="https://badgen.net/packagist/v/apitte/debug">
</a>
</p>
<p align=center>
<a href="https://packagist.org/packages/apitte/debug">
<img src="https://badgen.net/packagist/php/apitte/debug">
</a>
<a href="https://github.com/apitte/debug">
<img src="https://badgen.net/github/license/apitte/debug">
</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/debug.svg?style=flat-square)](https://travis-ci.org/apitte/debug)
[![Code coverage](https://img.shields.io/coveralls/apitte/debug.svg?style=flat-square)](https://coveralls.io/r/apitte/debug)
[![Licence](https://img.shields.io/packagist/l/apitte/debug.svg?style=flat-square)](https://packagist.org/packages/apitte/debug)
[![Downloads this Month](https://img.shields.io/packagist/dm/apitte/debug.svg?style=flat-square)](https://packagist.org/packages/apitte/debug)
[![Downloads total](https://img.shields.io/packagist/dt/apitte/debug.svg?style=flat-square)](https://packagist.org/packages/apitte/debug)
[![Latest stable](https://img.shields.io/packagist/v/apitte/debug.svg?style=flat-square)](https://packagist.org/packages/apitte/debug)
[![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/debug` use [Composer](https://getcomposer.com).

```
composer require apitte/debug
```

## Documentation

- [Setup](.docs/README.md#setup)
- [Tracy](.docs/README.md#tracy)
- [Negotiation](.docs/README.md#negotiation)
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 @@ -18,7 +18,7 @@
],
"require": {
"php": ">=7.2",
"apitte/core": "^0.7.0",
"apitte/core": "~0.7",
"tracy/tracy": "^2.6.0"
},
"require-dev": {
Expand All @@ -45,7 +45,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.7.x-dev"
"dev-master": "0.8.x-dev"
}
}
}

0 comments on commit 58d4ea1

Please sign in to comment.