Skip to content

This project was created just to test code publishing on Packagist

License

Notifications You must be signed in to change notification settings

PankovAlxndr/HelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packagist Test

This project was created just to test code publishing on Packagist

Installing

Use composer:

composer require apankov/hello

Example

add autoloader:

require_once "vendor/autoload.php";

namespace:

use APankov\Hello\HelloWorld;

run and enjoy:

echo HelloWorld::hello();

About

This project was created just to test code publishing on Packagist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages