Download the PHP package fr3nch13/pushover-bash without Composer

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

CI Bash CI Composer CI NPM

Pushover Bash Script

A Bash shell script to send pushover notifications. A Pushover account is required to use this script.

Based on the original Pushover Bash by akusei.

Usage

Configuration

Configuration files can be placed in /etc/pushover/pushover-config, in the user's home directory at $HOME/.pushover/pushover-config, or in the root of this repository. The options are processed in order of importance for location. You can copy pushover-config-dist to pushover-config in any of these places.

1) Options in /etc/pushover/pushover-config are processed first 2) Options in $HOME/.pushover/pushover-config are processed next 3) Options in ./pushover-config are processed next 4) Command line arguments override all configuration values

The default configuration is empty and contains the following:

NOTE: If you have a value defined in /etc/default/ and also have overrides in $HOME/.pushover/ all empty options in $HOME/.pushover/ must not exist in the file. For example, I have the following configuration in /etc/default/

If I want to override only title for a specific user, the configuration in $HOME/.pushover/ will look like this

Support

Examples

Send a simple "This is a test" message to all devices using the stored configuration in either /etc/default/pushover-config, $HOME/.pushover/pushover-config, or ./pushover-config

Send a simple "This is a test" message to all devices using the specified API token and user key

Send a simple "This is a test" message with the title "Test Title" to all devices using the specified API token and user key

Send a simple "This is a test" message to the devices named "Phone" and "Home Desktop" using the specified API token and user key

Send a simple "This is a test" message to all devices that contains a link to www.google.com titled "Google" using the specified API token and user key

Send a simple "This is a test" high priority message to all devices using the specified API token and user key

Send a simple "This is a test" message to all devices that uses the sound of a bike bell as the notification sound using the specified API token and user key

Sends a simple "This is a test Pic" message to all devices and send the Picture with the message


All versions of pushover-bash 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 fr3nch13/pushover-bash contains the following files

Loading the files please wait ...