sammyk/package-skeleton

A skeleton package to use as a base

1.0.3 2014-03-24 18:41 UTC

This package is auto-updated.

Last update: 2024-03-08 00:59:44 UTC


README

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.