tronsha / cerberus
Cerberus IRC Bot
Installs: 120
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 4
Forks: 2
Open Issues: 1
Type:project
Requires
- php: >=5.6.0
- ext-mcrypt: *
- doctrine/dbal: 2.5.*
- symfony/console: 3.0.*
- symfony/translation: 3.0.*
Requires (Dev)
- friendsofphp/php-cs-fixer: 2.*
- phpunit/phpunit: 5.3.*
README
Cerberus is an IRC bot written for PHP
Install
Use Composer
If you don't have Composer yet, download it following the instructions on getcomposer.org or just run the following command:
curl -s http://getcomposer.org/installer | php
Then, use the create-project
command to generate a new project:
php composer.phar create-project tronsha/cerberus --stability=dev
The Composer installation is without Webchat Frontend
Clone from Github
Clone the projects Cerberus
and Hades
form Github:
git clone https://github.com/tronsha/cerberus.git
git clone https://github.com/tronsha/hades.git
Change to the cerberus directory:
cd cerberus
Download the Composer:
curl -s http://getcomposer.org/installer | php
Then, use the install
command:
php composer.phar install
Require
- PHP 7.2.0 or greater.
- A Database: MySQL
Info
Libraries
Creator
Stefan Hüsges
💻 Homepage
Thanks
Daniel Basten