pxgamer/minimin-package-example

An example package for the Minimin server management tool.

v1.0.0 2017-12-07 17:43 UTC

This package is auto-updated.

Last update: 2024-04-11 13:37:34 UTC


README

Latest Version on Packagist Software License Build Status Style CI Code Coverage Total Downloads

An example package for the Minimin server management tool.

Structure

bin/
config/
src/
tests/
vendor/

Install

Via Composer

$ composer require pxgamer/minimin-package-example

Usage

When installed, if you browse to /example it will return a var_dump() of the $route, such as the following.

object(ArrayObject)[7]
  public 'app' =>
    object(System\App)[2]
  private 'storage' =>
    array (size=1)
      'plugin' => string 'example' (length=7)

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email owzie123@gmail.com instead of using the issue tracker.

Credits

License

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