waisee/dbaluev-library

此包最新版本(1.0.3)没有可用的许可信息。

1.0.3 2022-11-11 07:09 UTC

This package is auto-updated.

Last update: 2024-09-11 11:18:46 UTC


README

该包允许说“你好,世界!”

要求

  • php5.3

安装

$ composer require waisee/dbaluev-library

使用

<?php 
$helloWorld = new HelloWorld();
echo $helloWorld->say();