{"id":21557052,"url":"https://github.com/neneone/snapebot","last_synced_at":"2025-04-10T10:23:55.311Z","repository":{"id":56406519,"uuid":"188075973","full_name":"neneone/SnapeBot","owner":"neneone","description":"PHP class-based framework to create Telegram Bots using Webhook.","archived":false,"fork":false,"pushed_at":"2020-11-09T21:23:55.000Z","size":103,"stargazers_count":6,"open_issues_count":0,"forks_count":8,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-24T09:11:35.397Z","etag":null,"topics":["bot","bot-api","bot-framework","bots","class","oop","oop-php","oop-php-framework","php","php-framework","php7","telegram","telegram-api","telegram-bot","telegram-bot-api","telegram-bots","telegrambot"],"latest_commit_sha":null,"homepage":"https://snapebot.neneone.xyz","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neneone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-22T16:29:36.000Z","updated_at":"2023-07-18T11:31:56.000Z","dependencies_parsed_at":"2022-08-15T18:10:20.004Z","dependency_job_id":null,"html_url":"https://github.com/neneone/SnapeBot","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neneone%2FSnapeBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neneone%2FSnapeBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neneone%2FSnapeBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neneone%2FSnapeBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neneone","download_url":"https://codeload.github.com/neneone/SnapeBot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199087,"owners_count":21063641,"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","bot-api","bot-framework","bots","class","oop","oop-php","oop-php-framework","php","php-framework","php7","telegram","telegram-api","telegram-bot","telegram-bot-api","telegram-bots","telegrambot"],"created_at":"2024-11-24T08:10:47.387Z","updated_at":"2025-04-10T10:23:55.261Z","avatar_url":"https://github.com/neneone.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SnapeBot\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/615dd3b4625e4cfca450ff35e9f1f621)](https://app.codacy.com/app/neneone/SnapeBot?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=neneone/SnapeBot\u0026utm_campaign=Badge_Grade_Dashboard)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![GitHub repo size](https://img.shields.io/github/repo-size/neneone/SnapeBot?label=Repository%20size)](https://github.com/neneone/SnapeBot)\n[![GitHub top language](https://img.shields.io/github/languages/top/neneone/SnapeBot?label=PHP)](https://github.com/neneone/SnapeBot)\n[![PHP from Packagist](https://img.shields.io/packagist/php-v/neneone/SnapeBot?label=PHP)](https://github.com/neneone/SnapeBot)\n[![Packagist Version](https://img.shields.io/packagist/v/neneone/SnapeBot?label=Packagist)](https://github.com/neneone/SnapeBot)\n[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/neneone/SnapeBot)](https://github.com/neneone/SnapeBot)\n[![GitHub commits since latest release](https://img.shields.io/github/commits-since/neneone/SnapeBot/latest)](https://github.com/neneone/SnapeBot)\n\nCreated by \u003ca href=\"https://neneone.xyz/\" target=\"_blank\"\u003eEnea Dolcini\u003c/a\u003e\n\nJoin the \u003ca href=\"https://t.me/NeneoneDev\"\u003eofficial channel\u003c/a\u003e for updates and the \u003ca href=\"https://t.me/PHPBotSupport\"\u003esupport group\u003c/a\u003e.\n\n## What's this?\n\nSnapeBot is a class-based framework that allows you to easily interact with Bot APIs and make your own bots, with great built-in features like MySQL Database and CallbackData Encryption.\n\nIt also supports **all the Bot API methods**.\n\n## Documentation\n\n* [Features](https://snapebot.neneone.xyz/features.html)\n* [Requirements](https://snapebot.neneone.xyz/installation.html#requirements)\n* [Installation](https://snapebot.neneone.xyz/installation.html#installation)\n* [Updating](https://snapebot.neneone.xyz/update.html)\n* [Settings](https://snapebot.neneone.xyz/settings.html)\n* [How to use](https://snapebot.neneone.xyz/how_to_use.html)\n* [Understanding variables](https://snapebot.neneone.xyz/variables.html)\n* [Managing database](https://snapebot.neneone.xyz/database.html)\n* [$SnapeBot-\u003eAPI methods](https://snapebot.neneone.xyz/API/methods.html)\n\n## Examples\n\nYou can find some examples in the [Examples](https://github.com/neneone/SnapeBot/tree/master/Examples) folder.\n\n* [simpleBot](https://github.com/neneone/SnapeBot/tree/master/Examples/simpleBot): a basic usage of SnapeBot to create your first bot, with an overview of normal keyboards and inline keyboards.\n\n_Please note that the above are Examples, so if you'd like to try them you should **copy** them, not use them inside the `src` directory._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneneone%2Fsnapebot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneneone%2Fsnapebot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneneone%2Fsnapebot/lists"}