Download the PHP package crevasse/converter without Composer

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

crevasse/converter Build Status Coverage Status codecov

Simple hash-json creation for any project managed via crevasse.

It takes your existing project's default.conf.

Table of contents

Usage

Once crevasse/converter is installed, you can use it via command line like this.

simple convert

This tool supports several sub-commands. To get you started, you can now use the following simple command:

This will actually execute the convert command, that allows you take from *.conf to fast convert to convert.json file (see below description of the convert command for more details).

convert command

The convert command provides an fast command line convert. if you not specify conf path, it an convert via default conf path. So if you know the exact conf path, you can use the following command:

Install

You can grab a copy of crevasse/converter in either of the following ways.

As a phar (recommended)

You can simply download a pre-compiled and ready-to-use version as a Phar to any directory. Simply download the latest crevasse.phar file from our releases page:

Latest release

That's it already. You can now verify everything works by running this:

The above usage examples assume you've installed crevasse system-wide to your $PATH (recommended), so you have the following options:

  1. Only use crevasse locally and adjust the usage examples: So instead of

    running $ crevasse -v, you have to type $ php crevasse.phar -v.

  2. Or you can manually make the crevasse.phar executable and move it to your $PATH by running:

If you have installed crevasse/converter system-wide, you can now verify everything works by running:

Updating crevasse

There's no separate update procedure, simply download the latest release again and overwrite the existing phar.

License

MIT


All versions of converter with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6
ext-curl Version *
php-curl-class/php-curl-class Version ~7.4.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 crevasse/converter contains the following files

Loading the files please wait ...