{"id":17937730,"url":"https://github.com/evmv/evmvtelegrambundle","last_synced_at":"2025-03-24T08:33:41.411Z","repository":{"id":65444777,"uuid":"591698269","full_name":"EvMV/EvmvTelegramBundle","owner":"EvMV","description":"Bundle for creating telegram bots","archived":false,"fork":false,"pushed_at":"2023-10-02T17:59:52.000Z","size":34,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T03:13:27.739Z","etag":null,"topics":["bot","bundle","flexible","php","symfony","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EvMV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2023-01-21T15:27:20.000Z","updated_at":"2024-08-13T04:24:56.000Z","dependencies_parsed_at":"2023-02-15T22:45:33.354Z","dependency_job_id":null,"html_url":"https://github.com/EvMV/EvmvTelegramBundle","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvMV%2FEvmvTelegramBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvMV%2FEvmvTelegramBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvMV%2FEvmvTelegramBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvMV%2FEvmvTelegramBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EvMV","download_url":"https://codeload.github.com/EvMV/EvmvTelegramBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245235820,"owners_count":20582317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","bundle","flexible","php","symfony","telegram","telegram-bot"],"created_at":"2024-10-28T23:07:10.618Z","updated_at":"2025-03-24T08:33:41.112Z","avatar_url":"https://github.com/EvMV.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About \nThe bundle uses annotations, which allows you to create \nflexible telegram bot systems.\n\n## Install \nRequire the bundle and its dependencies with composer:\n```bash\n$ composer require evmv/telegram-bundle\n```\n\nRegister the bundle:\n```php\n// config/bundles.php\nreturn [\n    Evmv\\TelegramBot\\TelegramBundle::class =\u003e ['all' =\u003e true]\n];\n```\n\nAdd your bot key to .env:\n```dotenv\nBOT_KEY=your_telegram_bot_key\n```\n\nAnd add route to config/routes.yaml:\n```yaml\ntelegram:\n    path: /handle\n    controller: Evmv\\TelegramBot\\Controller\\Handle::__invoke\n```\n\n## Usage ##\n- [COMMAND](docs/COMMAND.md)\n- [KEYBOARD](docs/KEYBOARD.md)\n- [TEXT](docs/TEXT.md)\n- [MIDDLEWARE](docs/MIDDLEWARE.md)\n- [EVENT](docs/EVENT.md)\n\n### How To Contribute\nTo contribute just open a Pull Request with your new code taking into account that if you add new features or modify existing ones you have to document in this README what they do. If you break BC then you have to document it as well.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevmv%2Fevmvtelegrambundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevmv%2Fevmvtelegrambundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevmv%2Fevmvtelegrambundle/lists"}