Download the PHP package manticoresoftware/buddy-plugin-show without Composer
On this page you can find all versions of the php package manticoresoftware/buddy-plugin-show. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download manticoresoftware/buddy-plugin-show
More information about manticoresoftware/buddy-plugin-show
Files in manticoresoftware/buddy-plugin-show
Download manticoresoftware/buddy-plugin-show
More information about manticoresoftware/buddy-plugin-show
Files in manticoresoftware/buddy-plugin-show
Vendor manticoresoftware
Package buddy-plugin-show
Short Description The Buddy SHOW plugin
License GPL-2.0-or-later
Package buddy-plugin-show
Short Description The Buddy SHOW plugin
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package buddy-plugin-show
buddy-plugin-template
This is an initial template of a plugin for Buddy that you can use to develop.
How to start
- Create a repository from this template.
- Open
composer.json
and edit it with your plugin name, dependencies, and everything else you need. - Run
composer install
to make it work. - You need to use our official
manticore-executor
; we strictly recommend using the Docker flow. - Edit
src/Payload.php
, add logic to parse the request, and prepare the payload structure for your command processing. - Edit
src/Handler.php
and implement processing logic and response that will be proxied by Manticore to the client.
How to use Docker of manticore-executor-dev
- Clone Buddy somewhere to your host machine and go into it.
-
Run this command to create a Docker image named
manticore-buddy
: -
Now you can edit
/etc/manticore.conf
and configure the development version of Buddy: - Run
searchd --nodetach
to keep the daemon in the foreground and enjoy the development of your new plugin.
Notes
You can use pre-commit
to install code style and code analyze hooks by running pre-commit install
. Check our PHP code style and guide here.
All versions of buddy-plugin-show with dependencies
PHP Build Version
Package Version
Requires
manticoresoftware/buddy-core Version
v0.1.0
The package manticoresoftware/buddy-plugin-show contains the following files
Loading the files please wait ....