Download the PHP package simonhamp/ensemble-plugin without Composer

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

Ensemble Plugin

Adds a public endpoint to your application that Ensemble can periodically request for information about your Composer packages.

🙏 Please consider sponsoring the development of Ensemble 💚

Requirements

Security, Privacy & Performance

To protect your application, we encrypt the information about your packages using a unique, private key that is given to you when you set up your app in Ensemble.

This means, even if your app is only accessible via HTTP, it will be very hard for a third party to discover what packages it depends on.

!!! DON'T SHARE YOUR PRIVATE KEY !!!

If you feel that the key is compromised, you will be able to generate a new one easily.

Also, even though the endpoint is public, it requires a special kind of POST containing an encrypted payload (also using the pre-shared private key), to make sure only Ensemble can request the encrypted data about your packages.

And if someone does discover the payload, it has a time limit so it can only be used for a short time (usually less than a minute).

Further, to stop even Ensemble causing you problems, this plugin caches the response before sending it back. This cache lasts for 60 minutes by default (configurable, see below). This helps prevent Ensemble from abusing your app/server resources, either inadvertently or in the unlikely event of a security breach.

If you disable Ensemble or we have any problems communicating with your app multiple times in a row, we'll stop trying until you tell us otherwise.

Installation

This will install the latest version of the plugin. You can install earlier versions that will support Laravel 5.5+, but I highly recommend that you upgrade your app to the latest version of Laravel.

NB: This package currently only supports Laravel. If you'd like to use Ensemble with another framework, please raise an issue

Configure

Add the following to your .env:


All versions of ensemble-plugin with dependencies

PHP Build Version
Package Version
Requires symfony/process Version ^5.0
sensiolabs/security-checker Version ^6.0
roave/security-advisories Version dev-master
composer/composer Version ^1.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 simonhamp/ensemble-plugin contains the following files

Loading the files please wait ....