ucassh/joeapi

Joe Monster site API

Maintainers

Details

github.com/ucassh/joeapi

Source

Issues

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

dev-master 2017-05-04 18:09 UTC

This package is not auto-updated.

Last update: 2024-04-17 19:23:28 UTC


README

Unofficial joemonster.org API. At the moment it's read only, but I hope so that future will bring ability to writing.

Code Example

Open JoeMonster session and browse basic description of taksobietestuje profile:

$joe = new \Joe\Monster('login', 'password');
$user = $joe->user('taksobietestuje');
$user->about()->getHelloMessage()

Installation

composer require ucassh/joeapi dev-master

Tests

First run composer install, and then vendor/bin/phpunit

License

MIT