Download the PHP package pnnl/editorconfig without Composer

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

EditorConfig

License: MIT Travis CI Coverage Status

Ensure files conform to .editorconfig file settings.

How it works

Uses editorconfig-checker/editorconfig-checker to verify your files follow the rules defined in your .editorconfig file.

How to use:

Add the package to your composer.json file:

Add the extension to your grumphp.yml file:

Add and configure the tasks as defined below in the "Parameters" section.

Parameters:

auto_fix

Default: false

Will automatically fix fixable issues (insert_final_newline, end_of_line, trim_trailing_whitespace, tabs to spaces). See README for location of autofixed files.

dotfiles

Default: false

Use this flag if you want to exclude dotfiles.

ignore_defaults

Default: false

Will ignore default excludes, see README for details.

ignore_patterns

Default: []

String or regex to filter files which should not be checked.

Example:

list_files

Default: false

Will print all files which are checked to stdout (will only output if there is an error).

triggered_by

Default: []

This is a list of extensions that should be checked. Leave empty for all.

Example:

Disclaimer

This material was prepared as an account of work sponsored by an agency of the United States Government. Neither the United States Government nor the United States Department of Energy, nor Battelle, nor any of their employees, nor any jurisdiction or organization that has cooperated in the development of these materials, makes any warranty, express or implied, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness or any information, apparatus, product, software, or process disclosed, or represents that its use would not infringe privately owned rights.

Reference herein to any specific commercial product, process, or service by trade name, trademark, manufacturer, or otherwise does not necessarily constitute or imply its endorsement, recommendation, or favoring by the United States Government or any agency thereof, or Battelle Memorial Institute. The views and opinions of authors expressed herein do not necessarily state or reflect those of the United States Government or any agency thereof.

PACIFIC NORTHWEST NATIONAL LABORATORY
operated by
BATTELLE
for the
UNITED STATES DEPARTMENT OF ENERGY
under Contract DE-AC05-76RL01830


All versions of editorconfig with dependencies

PHP Build Version
Package Version
Requires editorconfig-checker/editorconfig-checker Version ^7.0
php Version ^7.1
phpro/grumphp Version ^0.14.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 pnnl/editorconfig contains the following files

Loading the files please wait ...