Download the PHP package nekudo/shiny_deploy without Composer

On this page you can find all versions of the php package nekudo/shiny_deploy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package shiny_deploy

ShinyDeploy

ShinyDeploy is a deployment tool written in PHP and JavaScript. It's main goal is to provide an easy way to deploy files from your GIT repositories to your servers.

ShinyDeploy Screenshot

Features

Graphical user interface

All action from adding servers and repositories to deployments can be managed from simple and easy to use GUI.

Secure data storage

Sensitive data like usernames and passwords are encrypted before storing them in database. Decryption is only possible with a password you need to enter during login.

List changed files before deploy

Before deploying to a target server you can list all files that have been changed since last deploy. Using a diff-view you can even review changes before uploading.

Execute tasks before/after deploy

It is possible to define simple ssh commands to be executed before/after each deployment. This feature may be useful to re-start applications, build css/js or do whatever is necessary to deploy your application.

Webhook support

Once a Deployment is created you can generate an API-URL. Using this URL you can trigger deployments directly from GitHub, Bitbucket or Gitea as soon as you push changes to your repositories.

Open source

The whole project is open-source and MIT license. This way you can host your own instance in your local network and don't have to worry about giving sensitive information away. And of course you can modify the application in any way you like.

Installation

Requirements

The following software is required to run this application.

Installation procedure

  1. Install project using composer.

  2. Adjust config files in the following folders:

  3. Run the installation script using the following command:

  4. Point your virtual host document root to the www directory and rewrite requests to the index.php file.

  5. To use this application you need to start up the websocket server and worker processes. This can be done by executing the following command:

Update procedure

To update an existing instance of ShinyDeploy the first step is to update the files. You can either use a simple git pull to do this (in case you installed the application trough composer) or just override all the files with a fresh copy downloaded from the project website.

Once the files are update you need to execution the update command which will execute all necessary migrations:

php cli/app.php update

Hint: Please have a look into the release notes before update you installation of ShinyDeploy to prevent any problems.

Developer Hints

In case you want to adjust CSS or JS you can use the robo.phar to rebuild the assets.

To build CSS/JS files run:

To start a watcher automatically rebuilding files on modifications run:

To list all available tasks run:

Happy hacking...

License

MIT


All versions of shiny_deploy with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
ext-curl Version *
ext-gearman Version *
ext-zmq Version *
ext-mysqli Version *
ext-intl Version *
cboden/ratchet Version 0.4.3
react/zmq Version 0.4.0
apix/log Version 1.2.1
vlucas/valitron Version 1.4.9
hassankhan/config Version 2.2.0
nekudo/shiny_gears Version 1.0.3
lcobucci/jwt Version 4.1.5
defuse/php-encryption Version 2.3.1
nicolab/php-ftp-client Version 1.5.5
phpseclib/phpseclib Version 3.0.10
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package nekudo/shiny_deploy contains the following files

Loading the files please wait ....