2017 © Pedro Peláez
 

library spires-plugin

Starter template for a Spires plugin

image

phpoxford/spires-plugin

Starter template for a Spires plugin

  • Wednesday, August 3, 2016
  • by martindilling
  • Repository
  • 3 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Create new spires plugin

``` bash $ composer create-project phpoxford/spires-plugin {spires-plugin-tictactoe} --stability="dev", (*1)

Where `{spires-plugin-tictactoe}` is the folder that will be created.

---

# Spires PluginName

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]][link-license]
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

Plugin for the IRC bot [Spires][link-spires] made by the [PHPOxford][link-phpoxford] user group.

---

This plugin let users play some game with eachother.

## Usage

| Command | Action |
|---|---|
| `!game start {nick}` | Start a game with {nick} |
| `!game accept`       | Accept game request      |

## Change log

Please see [CHANGELOG][link-changelog] for more information what has changed recently.

## Testing

The test suite can be run with the following composer script.

``` bash
$ composer test

Contributing and Forking

Please note that this project is licensed under the MIT license. We encourage forking of this project, but ask that you keep all copyright, attribution notices, and continue to use the MIT license in your fork of the project., (*2)

For further details on Contributing guidelines, please read the contributing guide., (*3)

Security

If you discover any security related issues, please email martindilling@gmail.com instead of using the issue tracker., (*4)

Credits

License

The MIT License (MIT). Please see License File for more information., (*5)

The Versions