Skip to content

ConnorVG/package

 
 

Repository files navigation

:package

Package

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

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.

:namespace :package :styleci :hero

Installation

Via composer:

$ composer require sven/:package

Or add the package to your dependencies in composer.json and run composer install on the command line to download the package:

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

Is this a Laravel package?

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

'providers' => [
    ...
    Sven\:namespace\ServiceProvider::class,
];

If you would like to load this package in certain environments only, take a look at sven/env-providers.

Usage

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

Maybe some code?

Contributing

All contributions (pull requests, issues and feature requests) are welcome. Make sure to read through the CONTRIBUTING.md first, though. See the contributors page for all contributors.

License

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

About

📦 👊 My base for PHP packages.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%