Download the PHP package brainsum/drupal-dev-tools without Composer

On this page you can find all versions of the php package brainsum/drupal-dev-tools. 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 drupal-dev-tools

Brainsum dev tools for Drupal 10

Build Status

About

Package / Composer plugin for standardizing development tools.

Setup

Preparation

If you already have a and/or file in your project, you should rename them. E.g. If you want to add new tasks and rules on a case-by-case basis, check the files in the folder of this package. Note: This package is not going to overwrite existing ones, but it might not work with them either.

Installation

In your project, simply use

Settings

Extend

In the file in your project, add the following:

This will signal grumphp to import everything from this package.

You can customize the rules when needed, too:

For more information, see:

Override

The files and should now be created in your project root. They should be good to go, but you should take a look at them and customize them for the current project as necessary. E.g, phpcs.xml descriptions, namings, checked folders, etc.; grumphp.yml php version, etc.

If they, for some reason, don't get created, you can copy their contents from the files from as needed.

If you just want to use some settings from , not the whole thing, see , as is only an import file and doesn't contain any other directives.

GrumPHP

Settings

For the pre-defined settings see and .

Note, we are also trying to create a file in the project root. The source for that file is also in the folder.


All versions of drupal-dev-tools with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
composer-plugin-api Version ^1.1 || ^2
drupal/core-dev Version ^10.0.0
drupal/devel Version ^5.0
ergebnis/composer-normalize Version ^2.28
friendsoftwig/twigcs Version ^6.2
johnatas-x/grumphp-drupal-check Version ^2.2
laravel/serializable-closure Version ^1.3
mxr576/ddqg Version dev-no-insecure-versions
mxr576/ddqg-composer-audit Version ^1.2
php-parallel-lint/php-parallel-lint Version ^1.3
roave/security-advisories Version dev-latest
sebastian/phpcpd Version ^6.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 brainsum/drupal-dev-tools contains the following files

Loading the files please wait ....