Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First implementation #1

Merged
merged 17 commits into from
May 30, 2024
Prev Previous commit
Next Next commit
readme
vjik committed May 30, 2024
commit 1e6aaff8b7ccf2be1d646448facb3ac43312b8ad
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# _____
# Vjik Telegram Bot API

[![Latest Stable Version](https://poser.pugx.org/vjik/_____/v/stable.png)](https://packagist.org/packages/vjik/_____)
[![Total Downloads](https://poser.pugx.org/vjik/_____/downloads.png)](https://packagist.org/packages/vjik/_____)
@@ -12,14 +12,14 @@ The package ...

## Requirements

- PHP 8.0 or higher.
- PHP 8.2 or higher.

## Installation

The package could be installed with [composer](https://getcomposer.org/download/):
The package could be installed with [Composer](https://getcomposer.org/download/):

```shell
composer require vjik/_____
composer require vjik/telegram-bot-api
```

## General usage
@@ -53,10 +53,10 @@ The code is statically analyzed with [Psalm](https://psalm.dev/). To run static

## License

The _____ is free software. It is released under the terms of the BSD License.
The Vjik Telegram Bot API is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.

## Credits

The package is heavily inspired by [Botasis](https://github.com/botasis) code originally created
The package is inspired by [Botasis](https://github.com/botasis) code originally created
by [Viktor Babanov](https://github.com/viktorprogger).