Download the PHP package netzmacht/release-notifier without Composer
On this page you can find all versions of the php package netzmacht/release-notifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package release-notifier
Release notifier
This tool allows to notify about releases published on packagist to a broader audience.
You can publish the release information as twitter tweet and as a forum post/topic of a forum using tapatalk.
Requirements
- >= PHP 7.1
Install
Global installation
- Make sure that the composer global bin directory is part of your
PATH
environment variable. - Install the tool with
composer global require netzmacht/release-notifier
Local installation
Alternatively you can install it in any directory locally
- Install the tool with
composer require netzmacht/release-notifier
Usage
The following description assumes you have installed the tool globally. If you have an local installation you have to adjust the executable path.
-
Create a configuration file in your current directory
- Edit the configuration file with your publishers and packages.
-
Check if any new releases where made (since last run). If config is used the first time, it's checked against today.
-
Let the tool publish your releases
- Setup an cron job to automate the task
The tool used the symfony/console. You might use the list
command or --help
option to get more information about
the provides commands.
If you want to use the twitter publisher, you have to register an own twitter app and generate the access token online at developer.twitter.com
All versions of release-notifier with dependencies
ext-json Version *
ext-posix Version *
abraham/twitteroauth Version ^0.9.2
beberlei/assert Version ^3.0
composer/semver Version ^1.4
guzzlehttp/guzzle Version ^6.3
guzzlehttp/psr7 Version ^1.4
netzmacht/tapatalk-client-api Version ^0.4.0
psr/container Version ^1.0
symfony/console Version ^4.1
symfony/filesystem Version ^4.1
webmozart/path-util Version ^2.3
zendframework/zend-feed Version ^2.10
zendframework/zend-servicemanager Version ^3.3