Download the PHP package quazardous/php-bump-version without Composer

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

PHP Bump version and other GIT helpers

(c) Quazardous [email protected]

What for ?

Provides some "helper" commands for GIT users to conform with http://nvie.com/posts/a-successful-git-branching-model/.

So bump_version pays attention to GIT operations you may want to do on your master or develop branches.

It will display the GIT commands you should use to keep your branches in a correct state. In day to day use, you should just have to copy/paste these commands... It's not much but I've found it usefull and I like to share !

bump_version assume that develop and master are correctly setup with origin for git push and git pull.

Install

Usage

bump

A basic version bumper.

After version bumping, bump_version bump will display a list of GIT commands you should use to complete your release.

Example to bump a minor version (like 0.1.2 to 0.1.3):

More info on Semantic Versioning.

merge_into

Merge for the lazy one.

Displays the commands to merge the current branch to the target branch and checks if you may have to pull/push.

Example to merge current branch to develop branch:

merge_from

Merge for the lazy one.

Displays the commands to merge the target branch into the current branch and checks if you may have to pull/push.

Example to merge develop branch to current branch:

Config

At first use, bump_version will ask you to configure your project and will store this config in .bump-version.php.

You can edit this file, it contains some bonus options :p


All versions of php-bump-version with dependencies

PHP Build Version
Package Version
Requires vanilla/garden-cli Version ^1.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 quazardous/php-bump-version contains the following files

Loading the files please wait ....