Download the PHP package wearejust/grumphp-extra-tasks without Composer

On this page you can find all versions of the php package wearejust/grumphp-extra-tasks. 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 grumphp-extra-tasks

GrumPHP Extra tasks

This package is brought alive to extend the functionalities of the already existing GrumPHP.

Installation

The easiest way to install this package is through composer:

composer require --dev wearejust/grumphp-extra-tasks

Add the extension loader to your grumphp.yml

Usage

PhpCsAutoFixer

In grumphp core it is not possible to use the php-cs-fixer to auto fix your files according to your config. This package adds this missing feature.

The configuration of this custom task is the same as the already existing task, only specify the new php_cs_auto_fixer configuration key. For example:

PhpCsAutoFixerV2

In grumphp core it is not possible to use the php-cs-fixer to auto fix your files according to your config. This package adds this missing feature.

The configuration of this custom task is the same as the already existing task, only specify the new php_cs_auto_fixerv2 configuration key. For example:

Phpdoc

In grumphp core there is no phpdoc tasks to generate phpDoc if necessary (and add it) before commit. This package adds this missing feature.

To use this task, just specify if inside grumphp.yml in the tasks: section.

config_file Default: null

Without config_file parameter phpdoc will search for a phpdoc.dist.xml config file. This file can be overload by phpdoc.xml. If no file found, no config file will be used.

target_folder Default: null

Without this parameter the doc will be generated in an output/ folder.

cache_folder Default: null

Without this parameter, cache will be placed in the target_folder.

filename Default: null

Comma separated file list to documents.

directory Default: null Comma separated directory list to documents.

encoding Default: null

Without this parameter, encoding will be 'UTF-8'.

extensions Default: null

Comma separated file extension list. Contains extension of file to parse. Without this parameter, parsed file are :

ignore Default: null

Comma separated list of paths to skip when parsing.

ignore_tags Default: null

Comma separated list of tags to skip when parsing.

ignore_symlinks Default: false Tells the parser not to follow symlinks.

markers Default: null

Provide a comma-separated list of markers to parse (TODO ...).

title Default: null

Specify a title for the documentation.

force Default: null

Ignore exceptions and continue parsing.

visibility Default: null

Provide a comma-separated list of visibility scopes to parse. This parameter may be used to tell phpDocumentor to only parse public properties and methods, or public and protected.

default_package_name Default: null

Default package name

source_code Default: null

When this parameter is provided the parser will add a compressed, base64-encoded version of the parsed file’s source as child element of the element. This information can then be picked up by the transformer to generate a syntax highlighted view of the file’s source code and even have direct links to specific lines.

progress_bar Default: null

Display progress bar during the process.

template Default: null

Specify a template to use. Without this parameter the template named "clean" will be used.

quiet Default: null

With this option, only errors will be displayed.

ansi Default: null

Force ANSI output.

no_ansi Default: null

Disable ANSI output.

no_interaction Default: null

License

This package is licensed under the MIT License.


All versions of grumphp-extra-tasks with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
phpro/grumphp Version ~0.15
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 wearejust/grumphp-extra-tasks contains the following files

Loading the files please wait ....