valentininua/helloworld

this is a hello world

Maintainers

Package info

github.com/valentininua/helloworld

pkg:composer/valentininua/helloworld

Statistics

Installs: 69

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2018-02-25 22:28 UTC

This package is not auto-updated.

Last update: 2026-03-18 11:31:04 UTC


README

Usage

$ composer require valentininua/helloworld dev-master
$ touch helloWorld.php
<?php
require_once "vendor/autoload.php";

$hello = new Valentininua\Demo\Hello();
echo $hello->hello();
$ php helloWorld.php

It will print "Hello World!" then exit.