Download the PHP package zenstruck/changelog without Composer

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

zenstruck/changelog

CI

Generate pretty release changelogs using the commit log and Github API. Changelog entries are in the following format:

Some notes about the format:

  1. Currently, this format is hard-coded and can't be customized
  2. Merge commits are excluded
  3. PR number is only added if not already in the summary (and a PR exists for the commit)
  4. Author/Co-Author's are converted to GitHub username links if possible to take advantage of GitHub Release Avatar List

See an example of a release generated using this package.

Installation

To avoid dependency conflicts with this tool, it is recommended to install as an executable PHAR or install in your project (or globally) using the composer bin plugin.

PHAR

Composer Bin Plugin

Requires the bamarni/composer-bin-plugin.

Configuration

The changelog binary should be executable either globally or via vendor/bin/changelog. For the remainder of this documentation, it is assumed this is available as changelog.

This tool requires a GitHub Personal Access Token to access the GitHub API. You can configure this in two ways:

  1. GITHUB_API_TOKEN environment variable (ie prefix changelog commands with GITHUB_API_TOKEN=your-token)
  2. Configure the token globally: changelog configure and follow the instructions to generate/save your token

Usage

Note: Commands that detect the repository from your current directory use the upstream origin if available.

Changelog Preview

Generate a changelog preview in your console:

Run changelog generate --help to see full command documentation.

Create Changelog File

Create a CHANGELOG.md file for the current repository based on existing releases. This file is created in the current working directory. It is up to you to add/commit to the repository.

Create Release

Create (and optionally push) a release changelog (exclude --push to preview what the release will look like):

You can use semantic versioning keywords as the next version. The following example assumes your last release was v1.0.0.

Run changelog release --help to see full command documentation.

Release Status Dashboard

Generate a simple dashboard for a GitHub organization showing package release statuses.

If you have repositories that have workflows disabled due to inactivity, you can use the --enable-workflows option to enable them.


All versions of changelog with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
composer/semver Version ^3.4.3
laravel-zero/phar-updater Version ^1.4.2
symfony/cache Version ^5.4.46
symfony/console Version ^5.4.47
symfony/filesystem Version ^5.4.45
symfony/http-client Version ^5.4.49
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 zenstruck/changelog contains the following files

Loading the files please wait ....