Download the PHP package gundars/releaser without Composer

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

Releaser is an automated semantic release version manager for PHP applications

It is intended to save time on individuals and companies - release all your repositories in a minute!

Provide Releaser with your repository name, and it will release it alongside all of its modified dependencies.

Basic Releaser flow:

Installation

Add a dependency to your composer, execute

Releasing a repository via PHP

Arguments:

First Header Sample Description
$token 'a0bc9q42g3f4asd' Github API token
$owner 'github-account' Name of the github repo owner that is being released
$repository 'reponame' Name of the github repository that is being released
$whitelistDepCommonNames ['goodrepoprefix'] All dependencies with this in their name wil lbe released, can be same as $owner or empty
$blacklistDepCommonNames ['badrepoprefix'] All dependencies with these strings in their name will be ignored, [] by default
$type 'major' Type of release (major 1.0.0, minor 1.1.0 (default), patch 1.1.1)
$sourceRef 'master' Source repository release base - tag, branch, or release. Default - master
$mode 'interactive' 'interactive' - ask for input, then release (default), 'sandbox' - show what would be released, 'noninteractive' - release without prompting user confirmation

Releasing a repository via CLI or web

To run via bash, execute ./cli/run.sh, define params there To run via browser, execute php ./cli/release.php using cli args or $_GET or $_POST parameters

Currently known issues, unimplemented features, garbage


All versions of releaser with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
composer/semver Version ^1.4
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 gundars/releaser contains the following files

Loading the files please wait ....