Download the PHP package wikimedia/shellbox without Composer
On this page you can find all versions of the php package wikimedia/shellbox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wikimedia/shellbox
More information about wikimedia/shellbox
Files in wikimedia/shellbox
Package shellbox
Short Description Library and server for containerized shell execution
License MIT
Homepage https://www.mediawiki.org/wiki/Shellbox
Informations about the package shellbox
Shellbox
Shellbox is a library and server for containerized shell execution.
More information on how to set up and configure Shellbox is available at https://www.mediawiki.org/wiki/Shellbox.
Set up your dev environment
Granted you have docker-compose installed, and that you can issue docker commands as your user, you can have a working development setup by running
$ make run
this will build an appropriate container for your application (if not present) and run the whole httpd/php-fpm combo for you, and listen on port 8080. It will use your local source as a volume, so you will be able to see changes in the code reflected in responses from the daemon instantly.
If you change the dependencies, and thus composer.json or composer.lock, you will have to force a rebuild of the container, by using
$ make rebuild
To run the tests that run in CI locally (also via docker), you need can use make test
.
All versions of shellbox with dependencies
ext-hash Version *
ext-json Version *
guzzlehttp/guzzle Version ^7.9.2
psr/log Version ~1.1.3
monolog/monolog Version ^2.0.0
wikimedia/wikipeg Version ^4.0.0
wikimedia/base-convert Version 2.0.2