{"id":15018686,"url":"https://github.com/discordbot-pmmp/discordbot","last_synced_at":"2025-04-06T03:07:19.128Z","repository":{"id":37846647,"uuid":"314034250","full_name":"DiscordBot-PMMP/DiscordBot","owner":"DiscordBot-PMMP","description":"DiscordBot, A Discord core API for pocketmine-mp.","archived":false,"fork":false,"pushed_at":"2025-03-17T08:02:11.000Z","size":4663,"stargazers_count":54,"open_issues_count":6,"forks_count":11,"subscribers_count":1,"default_branch":"stable","last_synced_at":"2025-04-06T03:07:11.943Z","etag":null,"topics":["discordbot","discordphp","php","pocketmine-mp","pocketmine-mp-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"osl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DiscordBot-PMMP.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-18T19:17:45.000Z","updated_at":"2025-03-31T19:32:08.000Z","dependencies_parsed_at":"2023-12-23T22:20:02.810Z","dependency_job_id":"44273381-232f-4db5-97c8-e8404d5dc8d5","html_url":"https://github.com/DiscordBot-PMMP/DiscordBot","commit_stats":{"total_commits":362,"total_committers":2,"mean_commits":181.0,"dds":0.1629834254143646,"last_synced_commit":"9957375fcf67d3b21651a7f92b47c19d161eb453"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiscordBot-PMMP%2FDiscordBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiscordBot-PMMP%2FDiscordBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiscordBot-PMMP%2FDiscordBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiscordBot-PMMP%2FDiscordBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DiscordBot-PMMP","download_url":"https://codeload.github.com/DiscordBot-PMMP/DiscordBot/tar.gz/refs/heads/stable","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427006,"owners_count":20937201,"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":["discordbot","discordphp","php","pocketmine-mp","pocketmine-mp-plugin"],"created_at":"2024-09-24T19:52:16.963Z","updated_at":"2025-04-06T03:07:19.103Z","avatar_url":"https://github.com/DiscordBot-PMMP.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DiscordBot\nDiscordBot is not a plugin that provides anything for players/users, this plugin provides ***Developers***\nwith an extensive API to interact with a Discord Bot via DiscordPHP\n\nHere are a list of plugins that provide user functionality:\n- [Chat Bridge](https://github.com/DiscordBot-PMMP/ChatBridge) | Bi-directional chat between Discord and Minecraft\n- [Discord Account](https://github.com/DiscordBot-PMMP/DiscordAccount) | Link your Discord account to your Minecraft account\n- *More to be listed (If you use this plugin open a PR to add your plugin here)*\n\n\u003e Developers, see [API.md](API.md) for more information on how to use the DiscordBot API \\\n\u003e Advanced Developers, see [Network_API.md](Network_API.md) for more information on the network protocol / external bots.\n# Requirements\n\n---\n| Name          | Version    | Included in releases |\n|---------------|------------|:--------------------:|\n| PHP           | ^ 8.1      |          ❌           |\n| PocketMine-MP | ^ 5.0      |          ❌           |\n| DiscordPHP    | 10.0.0-RC6 |          ✅           |\n| Promise       | 2.10       |          ✅           |\n# Installation\n\n---\n### PocketMine-MP\nAll Releases v2.0.0 onwards have been tested and released on Poggit, you can download the latest release from\n[Poggit](https://poggit.pmmp.io/p/DiscordBot) or from\n[GitHub](https://github.com/DiscordBot-PMMP/DiscordBot/releases/latest)\n\n\u003e *GitHub release being slightly more optimised, useless files are not included.*\n\n### Composer\nThis plugin is also available via composer to use as a dev-dependency when using PHPStan, PHPUnit, or similar.\n\nYou can install it simply with `composer require --dev jaxkdev/discordbot`\n\nTo see more information about the project via composer/packagist please see [here](https://packagist.org/packages/jaxkdev/discordbot).\n\n\u003ePlease note the package name is `jaxkdev/discordbot` and not `discordbot-pmmp/discordbot`\n\n### Source\nNo support is given for users or developers running from source,\nI myself build the plugin into a phar before testing.\n\nIf you do become an active contributor to the plugin I will help you set up efficient workflows to ease testing.\n\n# Credits\n\n---\n### Contributors\n- [@JaxkDev](https://github.com/JaxkDev) - Lead developer\n- [@dktapps](https://github.com/dktapps) - ext-pmmpthread support\n\n### Libraries\n- [Discord-PHP/DiscordPHP](https://github.com/DiscordPHP/DiscordPHP) - Used internally to communicate with discord.\n- [ReactPHP/Promise](https://github.com/reactphp/promise) - Used to provide a promise API Library to developers.\n- [[Dev] PHPStan/PHPStan](https://github.com/phpstan/phpstan) - Used to analyse the plugins code for any potential problems.\n- [[Dev] PHP-CS-Fixer/PHP-CS-Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) - Used to maintain the plugins code to a standard.\n\n- [[Dev] ![Common Changelog](https://common-changelog.org/badge.svg)](https://common-changelog.org) - Used to maintain a changelog format.\n\nAnd many more sub-dependencies that allow the above to function.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscordbot-pmmp%2Fdiscordbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiscordbot-pmmp%2Fdiscordbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscordbot-pmmp%2Fdiscordbot/lists"}