项目作者: svenluijten

项目描述 :
:package: My base for PHP packages.
高级语言: PHP
项目地址: git://github.com/svenluijten/package-skeleton.git
创建时间: 2016-04-01T08:57:11Z
项目社区:https://github.com/svenluijten/package-skeleton

开源协议:MIT License

下载


:package

:package

Latest Version on Packagist
Total Downloads
Software License
Build Status
StyleCI
PhpStan

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

You can install this package via Composer:

  1. $ composer require sven/:package

Registering the service provider

Is this a Laravel package?

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

  1. 'providers' => [
  2. ...
  3. Sven\:namespace\ServiceProvider::class,
  4. ];

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?

  1. 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.