nhanguyen / sayhi
Package sayhi with name by PHP
1.0.2
2024-01-18 02:48 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-11 13:49:00 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.