Skip to content

Latest commit

 

History

History
74 lines (58 loc) · 2.68 KB

README.md

File metadata and controls

74 lines (58 loc) · 2.68 KB

package

Package

Latest Version on Packagist Total Downloads Software License Build Status Code Climate Code Quality SensioLabs Insight

Short description of the package. What does it do and why should people download it? Brag a bit but don't exaggerate. Talk about what's to come and tease small pieces of functionality.

Installation

Via composer:

$ composer require sven/package --prefer-source

Or add the package to your dependencies in composer.json and run composer update to download the package:

{
    "require": {
        "sven/package": "*"
    }
}

Is this a Laravel package?

Next, add the PackageServiceProvider to your providers array in config/app.php:

// config/app.php
'providers' => [
    ...
    Sven\Package\PackageServiceProvider::class,
];

Usage

Some examples of the code. How should people use it, what options does this package provide? Should people be wary of some functionality?

More in-depth documentation can be found on the wiki.

Contributing

All contributions (in the form on pull requests, issues and feature-requests) are welcomed. See the contributors page for all contributors.

License

sven/package is licenced under the MIT License (MIT). Please see the license file for more information.