say hello

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/intheroadstill/test

1.0 2019-11-08 05:24 UTC

This package is auto-updated.

Last update: 2025-12-11 17:50:00 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();