Libraries tagged by create issue

jruedaq/php-github-issues-report

1 Favers
10 Downloads

Create a Github issue in a repository from PHP project

Go to Download


starx/symfony-bug-tracker

1 Favers
323 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
3 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
76 Downloads

Laravel5 service for Jira REST api to search and create issues

Go to Download


blomstra/flarum-linear

0 Favers
51 Downloads

A Flarum Integration with Linear to create issues from discussions

Go to Download


marshmallow/laravel-nova-linear

2 Favers
1104 Downloads

This package will let you create issues in Linear via a Nova Resource. It also supports attachments!

Go to Download


mrlinnth/simplefeedback

0 Favers
45 Downloads

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

Go to Download


ashishrawat/website-performance-monitor

0 Favers
10 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


justinholtweb/craft-diploma

0 Favers
16 Downloads

LMS plugin for Craft CMS 5. Create courses, lessons, quizzes, track progress, and issue certificates.

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
4 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

9 Favers
6137 Downloads

Creates Gitlab Issues when Exceptions are thrown

Go to Download


samirmhsnv/laravel-linear-log

1 Favers
405 Downloads

Laravel custom logging driver that creates Linear issues from error logs.

Go to Download


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

1 Favers
664 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


<< Previous Next >>