Download the PHP package frosh/plugin-uploader without Composer

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

FroshPluginUploader

codecov PHPUnit License GitHub closed pull requests Slack

This tool is abandoned and will only receive bug fixes. Please move to https://github.com/FriendsOfShopware/shopware-cli

Tool for uploading new plugin releases to Shopware Store. Required Environment variables:

Name Default Description
ACCOUNT_USER Shopware Account e-mail address
ACCOUNT_PASSWORD Shopware Account password

Requirements for Plugin:

Docker

You can use it also using Docker. Don't forget to pass your credentials as env variables.

Example:

Archlinux User Repository (AUR)

Install using AUR package php-sw-frosh-plugin-uploader.

CI-Integration

See examples folder for how the Uploader could be integrated.

Using the Commands

ext:upload

Will upload the zip to the store and triggers a code review. Plugin version can be deployed multiple times, which updates the version.

Valid arguments are:

Valid options are:

ext:update

Update Shopware store informations about the plugin. For plugins the files from the ${path}/Resources/store-folder are used. For apps the store folder should be placed directly in the root folder of the app, i.e. the folder is ${path}/store furthermore the plugin name and so on are read from the app manifest.xml.

Valid arguments are:

For more Information about the Resources/store folder checkout this.

ext:validate

Will check the plugin for validation exceptions for Code Review.

Valid arguments are:

Valid options are:

ext:list

Shows all plugins in the account with the id, name, latest version and last changed.

ext:download:resources

Downloads all store resources from store to the given folder.

ext:zip

Allows to zip the git repository or folder of the plugin.

Valid arguments are:

Valid options are:

A .sw-zip-blacklist file can be used to define which files should be deleted before creating the zip. (Deprecated, will be removed with 0.4.0)

FAQ

Getting Credentials

Exception-Codes


All versions of plugin-uploader with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
ext-json Version *
ext-simplexml Version *
ext-libxml Version *
ext-zip Version *
ext-dom Version *
ext-curl Version *
ext-intl Version *
symfony/console Version ^5.3
symfony/config Version ~5.3
symfony/dependency-injection Version ~5.3
symfony/dotenv Version ^5.3
symfony/finder Version ^5.3
guzzlehttp/guzzle Version ~7.4
composer/semver Version ^3.2
composer/spdx-licenses Version ^1.5
php-parallel-lint/php-var-dump-check Version ^0.5.0
knplabs/github-api Version ^3.3
http-interop/http-factory-guzzle Version ^1.2
m4tthumphrey/php-gitlab-api Version ^11.4
league/commonmark Version ^2.0
laravel-zero/phar-updater Version ^1.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 frosh/plugin-uploader contains the following files

Loading the files please wait ....