pxgamer / minimin-package-example
An example package for the Minimin server management tool.
Fund package maintenance!
owenvoke
ecologi.com/owenvoke?gift-trees
Requires
- php: ^7.1
Requires (Dev)
- phpunit/phpunit: ^6.4
- squizlabs/php_codesniffer: ^3.1
This package is auto-updated.
Last update: 2024-10-11 14:44:30 UTC
README
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.