ok_pa / test-hello-lib
A simple test library for greetings
v1.0.0
2025-06-30 14:37 UTC
Requires
- php: >=7.4
This package is not auto-updated.
Last update: 2026-05-05 17:01:22 UTC
README
Install: composer require ok_pa/test-hello-lib
Use: $greeter = new Hello(); echo $greeter->sayHello('John'); // Hello, John! echo $greeter->sayGoodbye('John'); // Goodbye, John!