2017 © Pedro Peláez
 

project laravel-jira

Easily access the Jira-API in your Laravel Application

image

patriziotomato/laravel-jira

Easily access the Jira-API in your Laravel Application

  • Friday, March 2, 2018
  • by patriziotomato
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

laravel-jira

Easily access the Jira-API in your Laravel Application, (*1)

Configuration via .env

JIRAAPI_V3_HOST="https://xxxxxxx.atlassian.net"
JIRAAPI_V3_USER="firstname.lastname@company.com"
JIRAAPI_V3_PERSONAL_ACCESS_TOKEN='Generated in your Jiras personal settings'

Usage

$jira = app(Jira::class);

$jira->users()->get();
$jira->projectVersions('PROJECT_KEY');

The Versions

02/03 2018

dev-master

9999999-dev

Easily access the Jira-API in your Laravel Application

  Sources   Download

MIT

The Requires

 

laravel framework

02/03 2018

v0.1

0.1.0.0

Easily access the Jira-API in your Laravel Application

  Sources   Download

MIT

The Requires

 

laravel framework