Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 536 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 536 Bytes

Hello World Enterprise Edition

Build Status

Supports

  • php 5.4 or later
  • HHVM

INSTALL

You can install this by composer.

First, in your composer.json

{
  "require": {
    "dqneo/helloworld-enterprise-edition": "dev-master"
  }
}

And then

$ composer install

Usage

$ ./vendor/bin/helloworld
hello world

How to test

make test