Download the PHP package paysera/util-phpstorm-helper without Composer

On this page you can find all versions of the php package paysera/util-phpstorm-helper. 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 util-phpstorm-helper

PhpStorm helper

Latest Version Build Status Coverage Status Quality Score

Scripts to set-up PhpStorm with shared configuration.

Why?

Each of us like to customise our developer experience – shortcuts, layout and other tremendously important things like color schemes. But some of the configuration is usually best to be shared with other team members:

This allows more consistency in your team and avoids configuring everything for each member separately.

There is Settings repository feature in PhpStorm, but it does not synchronize most of such things, and it does synchronize some stuff that's supposed to be private (like color scheme).

There are also three different places where this configuration should be changed:

Installation

Download latest release of phpstorm-helper.phar from releases page.

Automated:

You will also need zip library to download and extract the plugins. To install on Ubuntu:

Usage

TL;DR;

Once (better to run when PhpStorm is closed):

For each project:

Or, with more options:

Following runs for the same project can skip the options unless you want to change any of those.

Commands

As you already noted, there are 2 different use-cases:

Setting up versioned configuration files

Features of default configuration:

Some features require additional options or already existing files (like .php_cs) in current directory. Run with --help for more information.

Configuring external tools and installing plugins

path-to-config-file is path to php configuration file, which has the following structure:

Alternatively, you can extend suggested configuration:

If you don't provide config path, our suggested global configuration is used.

Semantic versioning

This library follows semantic versioning.

See Symfony BC rules for basic information about what can be changed and what not in the API. Keep in mind, that in this bundle everything is @internal by default – only use the classes and methods marked with @api directly.

Any other files, including default configuration for the project, can also change with any release.

Default PhpStorm configuration, tools or plugins can change with any version number.

Running tests

Contributing

Feel free to create issues and give pull requests.

You can fix any code style issues using this command:


All versions of util-phpstorm-helper with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-dom Version *
ext-libxml Version *
ext-json Version *
symfony/console Version ^3.4|^4.0
symfony/finder Version ^3.4|^4.0
symfony/filesystem Version ^3.4|^4.0
oohology/gitignorewriter Version ^1.1
alchemy/zippy Version ^0.4.9
guzzlehttp/guzzle Version ^6.3
padraic/phar-updater Version ^1.0
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 paysera/util-phpstorm-helper contains the following files

Loading the files please wait ....