warloxk/composer-test

Composer test library

Maintainers

Package info

github.com/Warloxk/composer-test

pkg:composer/warloxk/composer-test

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.6 2023-07-10 12:58 UTC

This package is auto-updated.

Last update: 2026-04-10 19:44:48 UTC


README

require 'vendor/autoload.php';

use Warloxk\Test;

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