Libraries tagged by create issue

starx/symfony-bug-tracker

1 Favers
322 Downloads

This bundle allows to track bugs in your application and automatically create issues with all the information required on your repository

Go to Download


ueslialmeida/jira-codeception-extension

0 Favers
2 Downloads

This package provides an extension for Codeception to create Jira issues automatically when a test fails.

Go to Download


rockkeeper/laravel-jira

0 Favers
74 Downloads

Laravel5 service for Jira REST api to search and create issues

Go to Download


mrlinnth/simplefeedback

0 Favers
44 Downloads

Collect visitors or users feedback for Laravel project and save them to database or create GitHub issues.

Go to Download


artemeon/mantis2github

0 Favers
103 Downloads

A small CLI tool to create a GitHub issue from a Mantis ticket.

Go to Download


ashishrawat/website-performance-monitor

0 Favers
7 Downloads

A WordPress plugin to monitor website performance and create JIRA cards for performance issues.

Go to Download


edmondscommerce/phpcompatibility

0 Favers
7 Downloads

A wrapper library to check a code base for issues with PHP versions and create Jira tickets

Go to Download


faisalijaz/laravelpassportsocialauthgrant

1 Favers
0 Downloads

This package will create social grant in order to authenticate user without username and password in laravel passport. It will only require platform and platform_user_id as params to issue tokens

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
1 Downloads

# Code of Conduct Please don't abuse the API, and please report all feature requests and issues to https://support.atlassian.com/contact # Rate Limiting Each API token is limited to 1 request / second as measured on a 60 second rolling window. To get this limit increased, please contact us at https://support.atlassian.com/contact Error codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected. # Basics ## HTTPS It's required ## URL Prefix In order to maintain version integrity into the future, the API is versioned. All calls currently begin with the following prefix: https://api.statuspage.io/v1/ ## RESTful Interface Wherever possible, the API seeks to implement repeatable patterns with logical, representative URLs and descriptive HTTP verbs. Below are some examples and conventions you will see throughout the documentation. * Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json * Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json * GET will retrieve information about a collection/element * POST will create an element in a collection * PATCH will update a single element * PUT will replace a single element in a collection (rarely used) * DELETE will destroy a single element ## Sending Data Information can be sent in the body as form urlencoded or JSON, but make sure the Content-Type header matches the body structure or the server gremlins will be angry. All examples are provided in JSON format, however they can easily be converted to form encoding if required. Some examples of how to convert things are below: // JSON { "incident": { "name": "test incident", "components": ["8kbf7d35c070", "vtnh60py4yd7"] } } // Form Encoded (using curl as an example): curl -X POST https://api.statuspage.io/v1/example \ -d "incident[name]=test incident" \ -d "incident[components][]=8kbf7d35c070" \ -d "incident[components][]=vtnh60py4yd7" # Authentication

Go to Download


wyox/laravel-gitlab-reporter

8 Favers
4562 Downloads

Creates Gitlab Issues when Exceptions are thrown

Go to Download


chteuchteu/symfony-exceptions-2-gitlab-issues-bundle

3 Favers
578 Downloads

Creates & updates issues on a GitLab repository from Symfony2 exceptions

Go to Download


cdma-numiscorner/ebay-developer-key-management-api

1 Favers
383 Downloads

Due to regulatory requirements applicable to our EU/UK sellers, for certain APIs, developers need to add digital signatures to the respective HTTP call. The Key Management API creates keypairs that are required when creating digital signatures for the following APIs:All methods in the Finances APIissueRefund in the Fulfillment APIGetAccount in the Trading APIThe following methods in the Post-Order API:Issue Inquiry RefundIssue case refundIssue return refundProcess Return RequestApprove Cancellation RequestCreate Cancellation RequestNote: For additional information about keypairs and creating Message Signatures, refer to Digital Signatures for APIs.

Go to Download


samhendrickx/catchr

0 Favers
11 Downloads

Handles PHP errors and creates GitHub issues for them

Go to Download


mmockelyn/laravel-gitlab-reporter

0 Favers
3 Downloads

Creates Gitlab Issues when Exceptions are thrown

Go to Download


irma/requestor

0 Favers
179 Downloads

Create signed IRMA issuance or verification requests

Go to Download


<< Previous Next >>