Download the PHP package repat/envoyer-deploy without Composer

On this page you can find all versions of the php package repat/envoyer-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 envoyer-deploy

Just Park

Downloads Release License

Envoyer Deploy Command

Hi there!

Are you looking for a simple way to deploy your Envoyer.io project from the command line? So was I, until I found the Envoyer Deploy Command from JustPark!

⚠️ Update May & Sept 2020: Forked and updated for Laravel 5.5+, 6 , 7 and 8

With this Artisan command, deploying to Envoyer.io is as simple as 1...2... well... more like this:

➜ php artisan envoyer:deploy
Deployment request successful!

You can even deploy different projects (although, there's a default option)!

➜ php artisan envoyer:deploy --project awesomecake
Deployment request successful!

Shortcuts are awesome!

➜ php artisan envoyer:deploy -p awesomecake
Deployment request successful!

Installation

First you'll need to install the Composer package from Packagist.

Simply add the following to the "require-dev" section of your composer.json file, and composer update.

Or simply execute:

composer require repat/envoyer-deploy --dev

If you're on Laravel < 5.5, you'll need to add the ServiceProvider for this command to the providers array within your config/app.php file. Newer versions make use of Auto-Discovery.

Finally, you'll want to copy this config file into your config directory. The default config key contains handle of the project you want to deploy by default, and should match up to a project in the projects config key. The name of the project doesn't matter, since it's only used within the command. You'll want to pair it with the webook deployment key that you'll find under the 'Deployment Hooks' tab of your Envoyer.io project.

It's the bit after the deploy/ here:

https://envoyer.io/deploy/4aLDdfsfsd4s6fSzeKGNfakekey75R45wOwTQULEDJNrj

Well, now you're good to go! Check the section at the top of this page for usage examples.

Happy deploying!

Love,

JustPark & repat

Who are you?

JustPark is a London based startup solving the problem of parking for people all over the world! We've got affordable parking spaces in major cities, and we even allow property owners to earn some extra cash by renting out their extra space for parking.

We're huge fans of Laravel within the company, and we've even got Laravel evangelist, contributor and best-selling author Dayle Rees on the team.

If you're interested in working with us, why not check out our jobs page.

Panda


repat is an independent Laravel developer and consultant and just updated this for Laravel 5.5+, 6, 7 and 8. All credit goes to the guys at JustPark.

License

Envoyer Deploy Command is licensed under The MIT License (MIT).


All versions of envoyer-deploy with dependencies

PHP Build Version
Package Version
Requires laravel/framework Version 5.*|6.*|7.*|8.*
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 repat/envoyer-deploy contains the following files

Loading the files please wait ....