1.0 2019-11-08 05:24 UTC

This package is auto-updated.

Last update: 2025-08-11 17:03:28 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();