Libraries tagged by isms
eventum/slack-unfurl-eventum
138 Downloads
Eventum issue links unfurler for slack-unfurl
easydowork/yii2-rotate-captcha
4 Downloads
基于isszz/rotate-captcha组件开发yii2图片旋转验证码
dlondero/gh-dashboard
21 Downloads
Add missing feature to list issues mentioning me in Github's organization dashboard!
divineomega/github-status-api
3 Downloads
Programmatically determine if GitHub is working well, or experiencing issues
digitalicagroup/redmine-command
77 Downloads
Redmine-Slack integration to manage issues
devawesome/module-breadcrumbs
8 Downloads
This is a magento 2 module which resolved PDP breadcrumbs issue when there is custom menu implementation.
dereuromark/cakephp-codesniffer
11808 Downloads
A CakePHP to find and correct coding standard issues
cytopia/check_drupal
4091 Downloads
This nagios plugin will check if your drupal site has issues (security updates, updates[optional], outstanding db updates, other problems).
coisio/module-multiselect-attribute-fix
6700 Downloads
Fixes Multiselect attributes indexing issues
code-soup/certify-client
12 Downloads
Certify Client streamlines license key verification in WordPress plugins, enabling developers to effortlessly authenticate licenses issued by their Certify Server. Simplify license management and protect your plugin's integrity with ease.
coco-project/sql-cache
19 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
cdma-numiscorner/ebay-developer-key-management-api
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.
bubnov-mikhail/landedcostcalculationapi
13731 Downloads
Landed Cost API providing duty rates, calculation, and item harmonization. A set of sample requests are available as a [Postman Collection](https://www.getpostman.com/collections/ad308f6c9351a18c2c12). ## Basics ### Timestamps Timestamps should be formatted using ISO-8601 to the nearest second, in UTC e.g `2015-06-12T09:17:37Z` ### Expiries All Requests will have an associated timestamp. The validity for any request is 1 minute to account for any clock-skew. ## Authorization All API requests require an http header that contains your account ID and your account API Key. During account provisioning, you will be issued an API Key which you must supply with every request. ### Authorization Header To make an authorized API request, set the following HTTP header: `authorization: avalaraapikey id: key:`
apsg/zenboxer
284 Downloads
Zenbox issues fixer
apantle/laravel-simple-jwt-auth
883 Downloads
Guard and Issuer of JWT to use in your Laravel Application