nhanguyen / sayhi
Package sayhi with name by PHP
1.0.2
2024-01-18 02:48 UTC
This package is not auto-updated.
Last update: 2026-03-27 11:39:22 UTC
README
Package SayHi with name by PHP
Installation
composer require nhanguyen/sayhi
Information
SayHi is a free package that allows you to pass the user's information and return a simple greeting.
Usage
After installation, create a new SayHi class and call the talk() function. Ex:
use Nhanguyen\SayHi\SayHi;
$object = new SayHi();
echo $object->talk();
License
The Laravel framework is open-sourced software licensed under the MIT license.