Download the PHP package matijakovacevic/changelog without Composer

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

Changelog update script

Simple bash script to (version) update CHANGELOG.md using local GIT commit messages and tags.

Introduction

The whole point of the script is to automate the process of updating the changelog, by writing your commit messages properly, so they are understood by others and properly "mark" the changes done in your code.

A good article on "How to Write a Git Commit Message" [https://chris.beams.io/posts/git-commit/]

Generated output of the script can be seen in this package changelog file, thus following 'eat your own dog food' principle.

Notice

The script is easily "hackable", meaning it doesn't have validation for tags and such.

The whole point of the script is to help you automate the process and by inputting jibberish you will only do harm to your own time.

MacOS notice

As the script uses GNU sed, it will not work on MacOS out-of-the-box (which uses BSD sed). If you want it to work on MacOS, you need to install gsed (GNU sed) and symlink it as sed.

http://gridlab-d.shoutwiki.com/wiki/Mac_OSX/Gsed

Installation

Per project

or globally

Usage

If there is no CHANGELOG.md, the script will create it. Otherwise, it gets the commits made from the last tag, ignoring merge commits, and puts them in the CHANGELOG.md file, as items under the 'new version' header.

The header is generated according to the last found tag, following semantic versioning [https://semver.org/]. You can provide arguments like (major|minor|patch) if there are tags to be parsed, otherwise you can use your own version e.g. 1.5.2

After completion, it will make a commit to the active branch, with changed CHANGELOG.md file and a commit message "changelog updated to $TAG"

Per project (from composer bin folder)

or globally

Related stuff:

Keep a Changelog [https://keepachangelog.com/en/1.0.0/]

github - Good ways to manage a changelog using git? - Stack Overflow [https://stackoverflow.com/questions/3523534/good-ways-to-manage-a-changelog-using-git]

Some (more advanced) libraries:

As I'm currently in PHP ecosystem, most of these are PHP libraries:

Semantic versioning helper library for PHP

SemVer [https://github.com/PHLAK/SemVer]

Generate change logs from your repositorys on GitHub. Based on releases, issues, labels and pull requests

ins0/github-changelog-generator [https://github.com/ins0/github-changelog-generator]

Automate the tedious tasks of software releases. Happily release and publish your Git repositories, npm packages, GitHub & GitLab releases, changelogs, and much more!

webpro/release-it [https://github.com/webpro/release-it]

Jira & Git Workflow tool

Rentlio/jit [https://github.com/Rentlio/jit]

Contribute

If you wish to contribute, you're free to make a pull request


All versions of changelog with dependencies

PHP Build Version
Package Version
No informations.
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 matijakovacevic/changelog contains the following files

Loading the files please wait ....