obinna/hello

There is no license information available for the latest version (dev-master) of this package.

My first Composer project

dev-master 2017-07-31 17:18 UTC

This package is not auto-updated.

Last update: 2025-06-29 11:47:16 UTC


README

Create a composer file in you root directory and add: {

"require": {
    "php": ">=5.6.4",
    "obinna/hello": "*"
},

"minimum-stability": "dev",

"require-dev": {
   
},

"config": {

}

}

Copy the index.php to you project directory.

install composer package:

composer require "obinna/hello":"*"