1.0 2019-11-08 05:24 UTC

This package is auto-updated.

Last update: 2024-10-11 14:58:18 UTC


README

composer require intheroadstill/test dev-master

use example

<?php
require "./vendor/autoload.php";
echo (new intheroadstill\test())->hello();
echo (new intheroadstill\wechat())->push();