nhanguyen/sayhi

Package sayhi with name by PHP

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/nhanguyen/sayhi

1.0.2 2024-01-18 02:48 UTC

This package is not auto-updated.

Last update: 2026-01-16 10:49:13 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.