PHPackages                             lfgamers/discord-base-bot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. lfgamers/discord-base-bot

ActiveProject[Utility &amp; Helpers](/categories/utility)

lfgamers/discord-base-bot
=========================

4112↓80%1[1 issues](https://github.com/LFGamers/discord-base-bot/issues)PHP

Since Sep 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/LFGamers/discord-base-bot)[ Packagist](https://packagist.org/packages/lfgamers/discord-base-bot)[ RSS](/packages/lfgamers-discord-base-bot/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Discord Server List Bot
=======================

[](#discord-server-list-bot)

Welcome to the [DiscordPHP](https://www.github.com/teamreflex/DiscordPHP) based "BaseBot". This library is a foundation for your own PHP-Based Discord Bot. This library built on the Symfony 2 framework.

Requirements
------------

[](#requirements)

- PHP ^5.6|^7.0
- Mysql OR Mongo
- [Composer](http://getcomposer.org)
- A Discord Bot Account (and its token)

Installation
------------

[](#installation)

This library can be installed with composer:

```
composer require lfgamers/discord-base-bot
```

Usage
-----

[](#usage)

To get a super basic bot running, you will have to create a module, and your module will have to set up a Server class that extends `Discord\Base\AppBundle\Model\Server`, and then create a simple entry script like the following:

```
