Download the PHP package terminus-plugin-project/terminus-pancakes-plugin without Composer

On this page you can find all versions of the php package terminus-plugin-project/terminus-pancakes-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 terminus-pancakes-plugin

Pancakes

Terminus v2.x Compatible Terminus v1.x Compatible Terminus v0.x Compatible

Terminus plugin to open any Pantheon site database using a SQL GUI client.

Installation

Terminus v3

terminus self:plugin:install terminus-plugin-project/terminus-pancakes-plugin

Composer (Terminus v2 - Deprecated)

For quick install using Composer, install using:

composer create-project --stability=beta -d ~/.terminus/plugins/ terminus-plugin-project/terminus-pancakes-plugin:~2

Manually

Download project and unzip to ~/.terminus/plugins/terminus-pancakes-plugin

Note: For versions before Terminus 1.x, including v0.13, go here.

Supported:

HeidiSQL (Windows)

Sequel Pro (Mac)

MySQL Workbench (Mac, Linux and Windows)

MySQL CLI (Mac and Linux)

Note: The latest version of MySQL Workbench for Mac (version 6.3.6) is not compatible with this plugin.

Please download version 6.2.5 instead. Click on the Looking for previous GA versions? link to locate.

Examples:

Simply running the new site command "pancakes" or "pc" will auto-detect the application you have installed:

$ terminus site:pancakes

$ terminus site:pc

$ terminus pc

$ terminus pc site.dev

You can also be specific with the app you want if you have multiple installed:

$ terminus site:pc --app=sequel

$ terminus site:pc --app=workbench

$ terminus site:pc --app=heidi

Windows:

The plugin will automatically attempt to find the HeidiSQL executable within your Program Files directory. If your version of HeidiSQL is installed in a non-standard location or you are using the portable version of HeidiSQL, ensure the full path to heidisql.exe (including the executable itself) is set in the TERMINUS_PANCAKES_HEIDISQL_LOC environment variable.

Likewise, if your version of MySQL Workbench is installed outside the Program Files directory, make sure the TERMINUS_PANCAKES_MYSQLWORKBENCH_LOC environment variable is set.

Help:

Run terminus help site:pancakes for help.

Refer to the Terminus Getting Started.


All versions of terminus-pancakes-plugin with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
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 terminus-plugin-project/terminus-pancakes-plugin contains the following files

Loading the files please wait ....