https://github.com/tg-bot-api/bot-api-routing
https://github.com/tg-bot-api/bot-api-routing
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tg-bot-api/bot-api-routing
- Owner: tg-bot-api
- License: mit
- Created: 2020-01-13T22:31:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T14:18:45.000Z (over 6 years ago)
- Last Synced: 2024-04-19T04:04:09.505Z (about 2 years ago)
- Language: PHP
- Size: 107 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# bot-api-routing
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]
**Note:** Replace ```greenplugin``` ```greenplugin``` ```https://github.com/greenplugin``` ```wformps@gmail.com``` ```tg-bot-api``` ```bot-api-routing``` ```it's routing package for tg-bot-api/bot-api-base``` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line. You can run `$ php prefill.php` in the command line to make all replacements at once. Delete the file prefill.php as well.
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
PSRs you support to avoid any confusion with users and contributors.
## Structure
If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.
```
bin/
build/
docs/
config/
src/
tests/
vendor/
```
## Install
Via Composer
``` bash
$ composer require tg-bot-api/bot-api-routing
```
## Usage
``` php
$skeleton = new TgBotApi\BotApiRouting();
echo $skeleton->echoPhrase('Hello, League!');
```
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
```
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.
## Security
If you discover any security related issues, please email wformps@gmail.com instead of using the issue tracker.
## Credits
- [greenplugin][link-author]
- [All Contributors][link-contributors]
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/tg-bot-api/bot-api-routing.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/tg-bot-api/bot-api-routing/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/tg-bot-api/bot-api-routing.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/tg-bot-api/bot-api-routing.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/tg-bot-api/bot-api-routing.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/tg-bot-api/bot-api-routing
[link-travis]: https://travis-ci.org/tg-bot-api/bot-api-routing
[link-scrutinizer]: https://scrutinizer-ci.com/g/tg-bot-api/bot-api-routing/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/tg-bot-api/bot-api-routing
[link-downloads]: https://packagist.org/packages/tg-bot-api/bot-api-routing
[link-author]: https://github.com/greenplugin
[link-contributors]: ../../contributors