Libraries tagged by issuu
devawesome/module-breadcrumbs
44 Downloads
This is a magento 2 module which resolved PDP breadcrumbs issue when there is custom menu implementation.
dalnix/whoops-to-gitlab
44 Downloads
A possibility to allow your users to send an issue to gitlab upon Whoops
cthulhu/ios-receipt-parser
47 Downloads
Utility to parse Apple-issued PKCS#7 container with receipts
corepos/office-plugin-git-status
26 Downloads
Office plugin to check for 'git status' issues in source folder
communia/check_drupal_8
5 Downloads
This nagios plugin will check if your drupal site has issues (security updates, updates[optional], outstanding db updates, other problems).
common-gateway/github-bundle
11 Downloads
A Github Symfony Flex bundle for CRUD operations for GitHub issues
coisio/module-multiselect-attribute-fix
6963 Downloads
Fixes Multiselect attributes indexing issues
code-soup/certify-client
13 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
23 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.
chuvisco/catalog-rule-fix
248 Downloads
Fix timezone issues in the Mage_CatalogRule module.
chrsc/laraadmin
26 Downloads
Forked from LaraAdmin to update code, issues/pr have been sitting in github without action.
cba85/eu-vat-validation
2201 Downloads
A PHP component to verify the validity of a VAT number issued by any European Union Member State
caszwy/credit
18 Downloads
caszwy credit, 如有侵权,请提 issue 联系删除
burdapraha/oc_version_number
1000 Downloads
Helper function which fixing visitors browser cache issue after your changes at CSS or javascript
bubnov-mikhail/landedcostcalculationapi
13734 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:`