library helloworld
this is a hello world
valentininua/helloworld
this is a hello world
- Sunday, February 25, 2018
- by valentininua
- Repository
- 1 Watchers
- 1 Stars
- 5 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Hello World Package for PHP Composer
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., (*1)
dev-master
9999999-dev
this is a hello world
Sources
Download
MIT
by
Valentin B