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-09-24 03:33:46 UTC
README
Simple library for using Shindanmaker.
安装
安装此包的推荐方法是使用 Composer
composer require moroya/php-shindanmaker:dev-master
用法
<?php require_once('vendor/autoload.php'); use Moroya\Shindanmaker\Shindan; $shindan = new Shindan(492093, 'moroya'); echo $shindan->getMessage(); // moroya is lalala...