Added badges

This commit is contained in:
Sys 2021-06-21 23:55:18 +02:00
parent 57e5c3994d
commit 5aee50caf9
No known key found for this signature in database
GPG Key ID: 3CD2C29F8AB39BFD
2 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,14 @@
# TGScraper
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).
**Note: the scraper is, obviously, based on a hack and you shouldn't rely on automagically generated files from it, since they are prone to errors. I'll try to fix them ASAP, but manual review is always required (at least for now).**
[![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)
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).
**Note: the scraper is, obviously, based on a hack and you shouldn't rely on automagically generated files from it,
since they are prone to errors. I'll try to fix them ASAP, but manual review is always required (at least for now).**
## Installation
@ -14,6 +21,7 @@ Install the library with composer:
## Using from command line
Once installed, you can use the CLI to interact with the library:
```bash
$ vendor/bin/tgscraper
```

1
ReturnTypeExtractor.php Normal file
View File

@ -0,0 +1 @@
<?php