Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 374 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 374 Bytes

A simple PHP wrapper for Pokermavens2 from Briggs Softworks.

Installation

  1. Add to composer.json:
        "repositories": [
            {
                "type": "vcs",
                "url": "[email protected]:matthiez/pokermavens2.git"
            }
        ]
  1. Run composer update in terminal.

TODO:

  1. Add remaining API methods.
  2. Add tests.