Download the PHP package juststeveking/laravel-envoyer-sdk without Composer

On this page you can find all versions of the php package juststeveking/laravel-envoyer-sdk. 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 laravel-envoyer-sdk

Laravel Envoyer SDK

![](./laravel-envoyer-sdk.png)

Latest Version PHP Version tests Check & fix styling Total Downloads

A simple to use PHP class to work with the Laravel Envoyer API

Requirements

Installation

The preferred method of installation is to use composer:

To work with this package, firstly you must have a Laravel Envoyer account, and secondly you must create an API token through Laravel Envoyer itself.

Usage

You create a simple SDK like so:

Once you have $envoyer set up, you can now start to work with the resources through the API:

Managing Projects

The simple way to manage envoyer projects through the SDK:

List all Projects

Create a new Project

Fetch a Specific Project

Modify a Project

Deleting a Project

Update a Project's Source

Note that all the options are required, you cannot just parse through push_to_deploy as a single option

Managing Servers

The simple way to manage envoyer servers through the SDK:

List all Servers for a Project

Create a new Server for a Project

Fetch a single Server for a Project

Modify a Server

Delete a Server

Managing Environments on a Project

The simple way to manage project environments through the SDK:

Get current environment

Get environment servers

Updating project environments

Resetting environment key

Listing available actions from Envoyer

Get all Actions

Managing Action Hooks for a Project

The simple way to manage action hooks for a project through the SDK:

List all Hooks

Create a new Hook

Get a single Hook

Updating a Hook

Deleting a Hook

Managing Deployments

The simple way to manage project deployments through the SDK:

List all Deployments

Pushing a new Deployment

Getting a single Deployment

Cancel a Deployment

Managing Collaborators

The simple way to manage project collaborators through the SDK

List all Collaborators

Invite a new Collaborator

Get a single Collaborator

Remove a Collaborator

Managing Notifications

The simple way to manage project notifications through the SDK:

List all Notifications

Create a new Notification

Get a single Notification

Modify a Notification

Remove a Notification


All versions of laravel-envoyer-sdk with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
ext-json Version *
juststeveking/http-auth-strategies Version ^1.1
juststeveking/http-slim Version ^1.2
juststeveking/php-sdk Version ^1.1
juststeveking/uri-builder Version ^1.1
nyholm/psr7 Version ^1.3
php-di/php-di Version ^6.3
symfony/http-client Version ^5.1
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 juststeveking/laravel-envoyer-sdk contains the following files

Loading the files please wait ....