Skip to content

SammyK/package-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Skeleton for developing composer packages. Based on https://github.com/thephpleague/skeleton

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages