Download the PHP package ngmy/webloyer without Composer

On this page you can find all versions of the php package ngmy/webloyer. 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 webloyer

Webloyer

Latest Stable Version Total Downloads Latest Unstable Version License
Build Status Coverage Status

Webloyer is a Web UI for managing Deployer deployments.

Features

Webloyer has the following features:

Screenshots

See screenshots.

Requirements

Webloyer has the following requirements:

Installation

Option 1: Download Source Code

  1. Download the application source code by using the Composer create-project command:

  2. Give write permission to the storage directory and the bootstrap/cache directory for your web server user (e.g. www-data) by running the following command:

  3. Run the installer by using the Artisan webloyer:install command:

    Note: You must be running this command as your web server user.

  4. Start the queue listener as a background process by using the Artisan queue:listen command:

    Note: You must be running this command as your web server user.

  5. Add the following Cron entry to your server:

    Note: You must be running this Cron entry as your web server user.

Option 2: Using Docker

You can also install using Webloyer Docker.

Basic Usage

Step 1: Login to Webloyer

  1. Go to the Login page by click the "Login" link.
  2. Enter the e-mail address and password.
  3. Click the "Login" button to login to Webloyer.

Step 2: Create Your Project

  1. Go to the Create Project page by click the "Create" button in the Projects page.
  2. Enter your project information. Note: For now, Webloyer only supports the deploy task and the rollback task. Therefore, you must define these tasks in your Deployer recipe file. Note: If you want to use the e-mail notification, you need to enter your e-mail settings from the E-Mail Settings page.
  3. Click the "Store" button to finish project creation process.

Step 3: Managing Deployments

  1. Go to the Deployments page by click the "Deployments" button.
  2. Run the deploy task by click the "Deploy" button. Or run the rollback task by click the "Rollback" button.
  3. After the task of execution has been completed, it is possible to go to the Deployment Detail page by click the "Show" button, you can see the details of the task execution results.

Advanced Usage

Foundation Library

Webloyer uses Laravel as a foundation PHP framework.

License

Webloyer is open-sourced software licensed under the MIT license.

Donation

Do you want to buy me a coffee?

Flattr this


All versions of webloyer with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
laravel/framework Version 5.2.*
laravelcollective/html Version 5.2.*
davejamesmiller/laravel-breadcrumbs Version 3.0.*
robclancy/presenter Version 1.3.*
ajaxorg/ace-builds Version ~1.2.0
lou/multi-select Version 0.9.12
kodeine/laravel-acl Version ~1.0@dev
sensiolabs/ansi-to-html Version ~1.0
symfony/yaml Version ~3.0
ngmy/eloquent-serialized-lob Version ^0.1.0
fguillot/json-rpc Version ~v1.2.1
deployer/deployer Version ^4.0
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 ngmy/webloyer contains the following files

Loading the files please wait ....