{"id":22809021,"url":"https://github.com/ccuffs/laravel-telegram-bot","last_synced_at":"2025-07-22T02:31:54.908Z","repository":{"id":86668732,"uuid":"363218431","full_name":"ccuffs/laravel-telegram-bot","owner":"ccuffs","description":"PHP package to help the development of Laravel-based Telegram bots","archived":false,"fork":false,"pushed_at":"2021-05-03T19:23:18.000Z","size":82,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T13:46:30.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ccuffs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-04-30T17:52:46.000Z","updated_at":"2021-05-10T00:05:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"51ba8ce8-7c92-4633-a8b0-d6c3f76fba1e","html_url":"https://github.com/ccuffs/laravel-telegram-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"ccuffs/template-english","purl":"pkg:github/ccuffs/laravel-telegram-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccuffs%2Flaravel-telegram-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccuffs%2Flaravel-telegram-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccuffs%2Flaravel-telegram-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccuffs%2Flaravel-telegram-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ccuffs","download_url":"https://codeload.github.com/ccuffs/laravel-telegram-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccuffs%2Flaravel-telegram-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266412324,"owners_count":23924487,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-12-12T11:13:15.749Z","updated_at":"2025-07-22T02:31:54.900Z","avatar_url":"https://github.com/ccuffs.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg width=\"800\" src=\".github/logo.png\" title=\"Project logo\"\u003e\u003cbr /\u003e\n    \u003cimg src=\"https://img.shields.io/maintenance/yes/2021?style=for-the-badge\" title=\"Project status\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/workflow/status/ccuffs/template-english/ci.uffs.cc?label=Build\u0026logo=github\u0026logoColor=white\u0026style=for-the-badge\" title=\"Build status\"\u003e\n    \u003cimg src=\"https://img.shields.io/packagist/v/ccuffs/laravel-telegram-bot.svg?style=flat-square\" title=\"Latest Version on Packagist\"\u003e\n\u003c/p\u003e\n\n# Laravel-telegram-bot\n\nProject description goes here. This description is usually two to three lines long. It should give an overview of what the project is, eg technology used, philosophy of existence, what problem it is trying to solve, etc. If you need to write more than 3 lines of description, create subsections.\n\n\u003e ** NOTICE: ** put here a message that is very relevant to users of the project, if any.\n\n## ✨Features\n\nHere you can place screenshots of the project. Also describe your features using a list:\n\n* Easy integration;\n* Few dependencies;\n* Beautiful template-english with a nice `README`;\n* Great documentation and testing?\n\n## 🚀 Getting started\n\n### Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require ccuffs/laravel-telegram-bot\n```\n\nPublish config and migrations:\n\n```bash\nphp artisan vendor:publish --provider=\"CCUFFS\\TelegramBot\\TelegramBotServiceProvider\"\n```\n\nRun the migrations:\n\n```bash\nphp artisan migrate\n```\n\n### Usage\n\n```php\n$bot = new CCUFFS\\TelegramBot();\necho $bot-\u003eechoPhrase('Hello, Spatie!');\n```\n\n#### Configuration\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n];\n```\n\n\n### Testing\n\n```bash\ncomposer test\n```\n\n```bash\n curl -v -k -X POST -H \"Content-Type: application/json\" -H \"Cache-Control: no-cache\" --data @message-with-text.json \"http://localhost.dev/ccuffs/bot/telegram\"\n```\n\n## 🤝 Contribute\n\nYour help is most welcome regardless of form! Check out the [CONTRIBUTING.md](CONTRIBUTING.md) file for all ways you can contribute to the project. For example, [suggest a new feature](https://github.com/ccuffs/template-english/issues/new?assignees=\u0026labels=\u0026template-english=feature_request.md\u0026title=), [report a problem/bug](https://github.com/ccuffs/template-english/issues/new?assignees=\u0026labels=bug\u0026template-english=bug_report.md\u0026title=), [submit a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests), or simply use the project and comment your experience. You are encourage to participate as much as possible, but stay tuned to the [code of conduct](./CODE_OF_CONDUCT.md) before making any interaction with other community members.\n\nSee the [ROADMAP.md](ROADMAP.md) file for an idea of how the project should evolve.\n\n## 🎫 License\n\nThis project is licensed under the [MIT](https://choosealicense.com/licenses/mit/) open-source license and is available for free.\n\n## 🧬 Changelog\n\nSee all changes to this project in the [CHANGELOG.md](CHANGELOG.md) file.\n\n## 🧪 Similar projects\n\nBelow is a list of interesting links and similar projects:\n\n* [Other project](https://github.com/project)\n* [Project inspiration](https://github.com/project)\n* [Similar tool](https://github.com/project)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccuffs%2Flaravel-telegram-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccuffs%2Flaravel-telegram-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccuffs%2Flaravel-telegram-bot/lists"}