Libraries tagged by ISDS
coisio/module-multiselect-attribute-fix
7027 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.
cmariesprp/laravel-snowflake
1 Downloads
Laravel implementation for Snowflake IDs
cirlmcesc/laravel-hashids
66 Downloads
Automatically generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers for the Eloquent model.
circuitid/sdk
0 Downloads
A PHP wrapper for Circuit ID's REST API
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.
caszwy/credit
18 Downloads
caszwy credit, 如有侵权,请提 issue 联系删除
c0dec0de/snowflake-id
5 Downloads
A PHP library for generating Snowflake IDs
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:`
brucimus83/cardease
6 Downloads
Fork of the CardEase library to fix PHP 7 compatibility issues
brokeyourbike/uid-keys
1507 Downloads
A simple drop-in solution for providing UUID and ULID support for the IDs of your Eloquent models.
bradietilley/laravel-snowflake
2 Downloads
Laravel implementation for Snowflake IDs