说出你好

1.0 2019-11-08 05:24 UTC

This package is auto-updated.

Last update: 2024-09-11 14:53:40 UTC


README

composer require intheroadstill/test dev-master

使用示例

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