Libraries tagged by create issue
jruedaq/php-github-issues-report
10 Downloads
Create a Github issue in a repository from PHP project
starx/symfony-bug-tracker
323 Downloads
This bundle allows to track bugs in your application and automatically create issues with all the information required on your repository
ueslialmeida/jira-codeception-extension
3 Downloads
This package provides an extension for Codeception to create Jira issues automatically when a test fails.
rockkeeper/laravel-jira
76 Downloads
Laravel5 service for Jira REST api to search and create issues
blomstra/flarum-linear
51 Downloads
A Flarum Integration with Linear to create issues from discussions
marshmallow/laravel-nova-linear
1104 Downloads
This package will let you create issues in Linear via a Nova Resource. It also supports attachments!
mrlinnth/simplefeedback
45 Downloads
Collect visitors or users feedback for Laravel project and save them to database or create GitHub issues.
ashishrawat/website-performance-monitor
10 Downloads
A WordPress plugin to monitor website performance and create JIRA cards for performance issues.
edmondscommerce/phpcompatibility
7 Downloads
A wrapper library to check a code base for issues with PHP versions and create Jira tickets
justinholtweb/craft-diploma
16 Downloads
LMS plugin for Craft CMS 5. Create courses, lessons, quizzes, track progress, and issue certificates.
faisalijaz/laravelpassportsocialauthgrant
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
alissonlinneker/statuspage-php-sdk
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
wyox/laravel-gitlab-reporter
6137 Downloads
Creates Gitlab Issues when Exceptions are thrown
samirmhsnv/laravel-linear-log
405 Downloads
Laravel custom logging driver that creates Linear issues from error logs.
cdma-numiscorner/ebay-developer-key-management-api
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.