say hello

Maintainers

Package info

github.com/InTheRoadStill/package

pkg:composer/intheroadstill/test

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2019-11-08 05:24 UTC

This package is auto-updated.

Last update: 2026-03-11 18:22:15 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();