warloxk/composer-test

Composer test library

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/warloxk/composer-test

0.0.6 2023-07-10 12:58 UTC

This package is auto-updated.

Last update: 2026-01-10 18:58:37 UTC


README

require 'vendor/autoload.php';

use Warloxk\Test;

echo Test::HelloWorld(); // Output: Hello World!
echo Test::Hello('John'); // Output: Hello John!