Download the PHP package digitalicagroup/redmine-command without Composer

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

Redmine Command

A simple Redmine slack integration to manage issues.

Uses

How does it work?

Current Features

The current stable release implements an extensible architecture that support easy implementation of future commands. Commands list:

TODO

Requirements

Install

On Slack

On your web server

Install composer in a folder of your preference (should be accessible from your web server) then run:

The last line copies index.php from the package with the configuration you need to modify.

Edit index.php and add the following configuration parameters:

Make sure you give write permissions to the log_dir folder.

Troubleshooting

This is a list of common errors:

Contribute

If you want to add aditional commands, your are welcome to contribute. All you need to do is extend the AbstractCommand class, and add a new entry to the commands_definition.json file. (You can see CmdShow.php for an example of what a command must do).

All commands are received through the same "Slash Command Integration", so the first word after the /redmine must be the command trigger. The next words are splited by one or more spaces and passed to the command that triggered.

The active development is done under the unstable branch. And the last stable release candidate is in the master branch.

About Digitalica

We are a small firm focusing on mobile apps development (iOS, Android) and we are passionate about new technologies and ways that helps us work better.


All versions of redmine-command with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
ext-curl Version *
katzgrau/klogger Version 1.0.*
kbsali/redmine-api Version ~1.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 digitalicagroup/redmine-command contains the following files

Loading the files please wait ....