Download the PHP package lesstif/gitlab-jira-integration without Composer

On this page you can find all versions of the php package lesstif/gitlab-jira-integration. 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 gitlab-jira-integration

GitLab JIRA Integration

What is it?

Note

GitLab 8.3 now supported Advanced JIRA Integration in CE. see https://about.gitlab.com/2015/12/22/gitlab-8-3-released/

GitLab-JIRA-Integration is a small PHP standalone app executed by gitlab web hooks and interact with JIRA using JIRA-REST API. If you have questions contact to me or open an issue on GitHub.

How it works.

How it works.

Requirements

Installation

  1. Download and Install PHP Composer.

  2. clonning gitlab-jira-intergration project

  3. Run the composer install command.

  4. Now you need define your a Jira and Gitlab connection info into .env configuration.

Tip: In the following steps, you will generate your private token for API.

Next, copy config.integration.example.json to config.integration.json.

Here is the default configuration, for interact with Jira. `

transition

Usage

Run PHP standalone web server on the gitlab-jira integration server. (eg: my-host.com).

Configuration

gitlab web hook configuration

Tip: If you decide to change the hook receiving URI from the default, Open the app/Http/routes.php file in a text editor and find this line:

change to 'gitlab/hook' to desired the URI (eg: 'gitlab/my-hook-receiver')

Batch gitlab webhook registration.

  1. modify 'url' field and save to hook.json

  2. modify url(ttp://my-host.com:9000/) to your url and running curl command

  3. login gitlab and goto Choose > Project Settings -> Web Hooks. Then confirm your web hook settings.

Checking Installation

  1. To get started, let's running a curl command on your command line.

You can see response json data including gitlab user list and created user list file to 'storage/app/users.json'.

Usage

Referencing JIRA isssues

Resolving or Closing JIRA isssues

Issue Time Tracking

not yet implemented.

License

Apache V2 License

See Also


All versions of gitlab-jira-integration with dependencies

PHP Build Version
Package Version
Requires lesstif/php-jira-rest-client Version ^1.4
laravel/lumen Version 5.1.*
guzzlehttp/guzzle Version ~6.0
league/flysystem 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 lesstif/gitlab-jira-integration contains the following files

Loading the files please wait ....