Skip to content

AppStackTop/skeleton-php

Repository files navigation

Very short description of the package

Latest Version on Packagist Total Downloads Software License Build Status

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors. Create a link to a medium article.

Installation

You can install the package via composer:

composer require appstract/:package_name

Provider

Then add the ServiceProvider to your config/app.php file:

'providers' => [
    ...

    Appstract\Skeleton\SkeletonServiceProvider::class

    ....
]

Usage

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

Testing

$ composer test

Contributing

Contributions are welcome, thanks to y'all :)

About Appstract

Appstract is a small team from The Netherlands. <3 Laravel, Vue and other awesome tools.

Buy Us A Beer

Would be awesome if you would buy us a beer! Or a lot of beer :)

License

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

About

A skeleton repository for PHP Packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages