Skip to content

silarhi/php-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-hello-world

A simple hello-world for composer

Latest Stable Version Latest Stable Version Total Downloads License

SymfonyInsight

Installation

Install with composer

composer require silarhi/hello-world

Run composer update

composer update silarhi/hello-world

Usage

require_once __DIR__ . '/vendor/autoload.php';

use Silarhi\Hello;

$hello = new Hello();
echo $hello->display() . "\n";

About

A simple hello-world for composer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages