Skip to content

Latest commit

 

History

History
executable file
·
75 lines (49 loc) · 1.62 KB

README.md

File metadata and controls

executable file
·
75 lines (49 loc) · 1.62 KB

Package Skeleton

Build Status Total Downloads Latest Stable Version License

:package_description

Installation

Add the package-skeleton package to your composer.json file.

{
    "require": {
        "sammyk/package-skeleton": "1.0.*"
    }
}

Or via the command line in the root of your Laravel installation.

$ composer require "sammyk/package-skeleton:1.0*"

Usage

use SammyK\Skeleton;

$skeleton = new Skeleton();
echo $skeleton->echoPhrase('Hello, World!');

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.