Skip to content

russeljo/php-HelloWorldEnterpriseEdition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PHP HelloWorld Enterprise Edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 92.1%
  • Dockerfile 6.7%
  • Makefile 1.2%