moroya / php-shindanmaker
Shindanmaker
0.1.1
2014-10-29 14:45 UTC
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-12-17 04:37:01 UTC
README
Simple library for using Shindanmaker.
Installation
The recommended way to install this package is through Composer:
composer require moroya/php-shindanmaker:dev-master
Usage
<?php require_once('vendor/autoload.php'); use Moroya\Shindanmaker\Shindan; $shindan = new Shindan(492093, 'moroya'); echo $shindan->getMessage(); // moroya is lalala...