Download the PHP package manticoresoftware/buddy-plugin-insert-mva without Composer
On this page you can find all versions of the php package manticoresoftware/buddy-plugin-insert-mva. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download manticoresoftware/buddy-plugin-insert-mva
More information about manticoresoftware/buddy-plugin-insert-mva
Files in manticoresoftware/buddy-plugin-insert-mva
Download manticoresoftware/buddy-plugin-insert-mva
More information about manticoresoftware/buddy-plugin-insert-mva
Files in manticoresoftware/buddy-plugin-insert-mva
Vendor manticoresoftware
Package buddy-plugin-insert-mva
Short Description The Buddy to support insert MVA as a string for mysqldump
License GPL-2.0-or-later
Package buddy-plugin-insert-mva
Short Description The Buddy to support insert MVA as a string for mysqldump
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package buddy-plugin-insert-mva
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-insert-mva with dependencies
PHP Build Version
Package Version
Requires
manticoresoftware/buddy-core Version
v0.1.0
The package manticoresoftware/buddy-plugin-insert-mva contains the following files
Loading the files please wait ....