Download the PHP package cleentfaar/slack-cli without Composer

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

Slack CLI Software License

Command-line application for interacting with the Slack API library. Provides CLI commands for all of the API methods currently available using a single phar executable.

Build Status Coverage Status Quality Score Latest Version Total Downloads

Quick look

Sending a message to a Slack channel (in this case '#general')

Update the application

Check out the documentation below for more examples and instructions on how to install the .phar file.

Installation / Usage

  1. Download the slack.phar executable or use the installer.

  2. Run Slack CLI: php slack.phar

Installation from Source

To run tests, or develop Slack CLI itself, you must use the sources and not the phar file as described above. Before continuing, you should also install Composer either globally or in the cloned repository below.

  1. Run git clone https://github.com/cleentfaar/slack-cli.git
  2. Run Composer to get the dependencies: cd slack-cli && composer install

You can now run Slack CLI by executing the ./slack script: php ./slack

Global installation (manual)

Follow instructions in the documentation

Documentation

Detailed documentation

This package only provides a command-line interface to access the Slack API methods; if you want to get your hands dirty on how to use the payloads and responses in your own application, check out the library that this package implements: Slack API library.

Contributing

Got a good idea for this project? Found a nasty bug that needs fixing? That's great! Before submitting your PR however, make sure it complies with the contributing guide to speed up the merging of your code.

Related packages

Attributions


All versions of slack-cli with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
cleentfaar/slack Version ~0.20
symfony/console Version ^2.6|^3.0
composer/composer Version ^1.0
herrera-io/phar-update Version ^2.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 cleentfaar/slack-cli contains the following files

Loading the files please wait ....