Download the PHP package loopline-systems/trello-github-issue-manager without Composer

On this page you can find all versions of the php package loopline-systems/trello-github-issue-manager. 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 trello-github-issue-manager

Issue-Manager

License

Packagist Packagist Packagist Packagist

Description

Small symfony2 tool to connect Trello and Github.

This tool will allow you to connect your feature based Trello card with several Github issues across several repositories. This way the product manager can get an easy overview of all the features, while allowing the developers to work within their Github scope, based on normal issues.

One example of this setup might be, you have several components and a new feature might affect a set of them.

Screencast

Short screencast of the functionality (~2mins)

usage flow

  1. Create feature card on Trello

  2. Create issues within the affected GitHub repositories (using TrelloID in title) The tool will create a checklist on Trello card, having an item per issue

  3. Bi-directional binding of checklist and GitHub issues Whenever an issue is closed/re-opened, the checklist item will represent the state aswell. And vice versa, when the checklist item is toggled, the issue gets closed/re-opened.

  4. Comment forwarding Using a prefix, comments can be forwarded both ways:

    Github -> Trello

    Using [trello] as a prefix the comment will be added to the Trello card comments.

    Trello -> Github

    Forwarding comments this direction can be done on several levels, depending on the prefix:

    • [all]: forward the comment to all attached issues (e.g. when you're not sure which issue the comment affects)

    • [<repoName>]: forward comment to all issues within this repository

    • [<repoName>/#123]: forward this comment to a specific issue only

Live Demo

Trello board: https://trello.com/b/aQnT0luF/development-features

Sadly, Trello does not support editing of checklists on public boards. If you want to try the editing, use our demo account:

username: issuemanagerdemo

password: login123

Connected Github issues: https://github.com/issuemanager

Status

The current implementation is very basic. For details, see the status overview.

Requirements

This Symfony2 tool requires PHP 5.4 or above.

No database needed.

Setup

Please see the Setup page for further instructions.

License

MIT


All versions of trello-github-issue-manager with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
symfony/symfony Version 2.5.*
symfony/monolog-bundle Version ~2.4
nelmio/api-doc-bundle Version ~2.5
sensio/distribution-bundle Version ~3.0
sensio/framework-extra-bundle Version ~3.0
friendsofsymfony/rest-bundle Version ~1.2
knplabs/github-api Version 1.3.0
zendframework/zend-filter Version 2.3.3
jms/serializer-bundle Version ~1.0.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 loopline-systems/trello-github-issue-manager contains the following files

Loading the files please wait ....