ucassh / joeapi
Joe Monster site API
dev-master
2017-05-04 18:09 UTC
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ~6.0
- pimple/pimple: ^3.0
- sunra/php-simple-html-dom-parser: 1.5.2
Requires (Dev)
- mockery/mockery: ^0.9.9
- phpunit/phpunit: >=4.8 < 6.0
This package is not auto-updated.
Last update: 2026-03-19 05:25:56 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