Download the PHP package redchamps/butter without Composer

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

Butter - Smooth Magento 2 Versions Installer

Latest Stable Version Packagist Packagist

Intoduction

Butter will allow you to install a Magento version with just a single command. No, need to manually downloading, placing files and creating database.

For example, a command butter magento:install 2.4.0 will

  1. Automatically download the Magento version 2.4.0 package
  2. Automatically place it in configured path
  3. Create database for it, obviously automatically
  4. Execute the installation command
  5. Create virtual host(if enabled)
  6. Returns frontend & backend URLs

Sounds interesting? It has still more to offer. This can list all the installed version using command

butter magento:list

Additionally, you can delete any installtion with just a single command

butter magento:delete <installation-name>

For example, command butter magento:delete 240 for deleting 2.4.0 installation

Installation and Configuration

Go here for the Butter documentation

How it differs from n98magerun

You may know that Magento version can be installed using n98magerun as well. So, why we developed Butter?

Reasons are:

  1. It can create automatic virtual hosts as well so that you have a ready to use installation with just a single command
  2. You do not need to specify all the parameters like database name, admin user details etc to installation command. The installation command is simple & sweet :-)
  3. Along, with composer, Butter primarily use ZIP based Magento version packages as defined here https://gist.github.com/piotrekkaminski/9bc45ec84028611d621e. Advantage of this technique is, the re-installation of same version will we very quick as the package is already downloaded & stored

The baseline is n98magerun is built to do lot of things & butter is a specialised tool for doing installations.

Authors

License

This project is licensed under the Open Source License

ADS

Please visit our store for more free/paid extensions from us.


All versions of butter with dependencies

PHP Build Version
Package Version
Requires symfony/console Version ^4.2
symfony/process Version ^4.2
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 redchamps/butter contains the following files

Loading the files please wait ....