ucassh / joeapi
Joe Monster site API
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
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: 2025-05-01 00:41:04 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