Added more badges, enabled Scrutinizer

This commit is contained in:
Sys 2021-06-22 12:20:40 +02:00
parent 59fa72b6e9
commit e13e886fd0
No known key found for this signature in database
GPG Key ID: 3CD2C29F8AB39BFD
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
[![License](http://poser.pugx.org/sysbot/tgscraper/license)](https://packagist.org/packages/sysbot/tgscraper)
![Required PHP Version](https://img.shields.io/badge/php-%E2%89%A58.0-brightgreen)
[![Latest Stable Version](http://poser.pugx.org/sysbot/tgscraper/v)](https://packagist.org/packages/sysbot/tgscraper)
![Dependencies](https://img.shields.io/librariesio/github/Sysbot-org/tgscraper)
![Code Quality](https://img.shields.io/scrutinizer/quality/g/Sysbot-org/tgscraper)
[![Dependencies](https://img.shields.io/librariesio/github/Sysbot-org/tgscraper)](https://libraries.io/github/Sysbot-org/tgscraper)
[![Code Quality](https://img.shields.io/scrutinizer/quality/g/Sysbot-org/tgscraper)](https://scrutinizer-ci.com/g/Sysbot-org/tgscraper/?branch=master)
A PHP library used to extract JSON data (and auto-generate PHP classes)
from [Telegram bot API documentation page](https://core.telegram.org/bots/api).