Libraries tagged by key code
codezero/laravel-route-key-exists
144 Downloads
Laravel validation rule to check if a custom route key exists.
romeoz/rock-cache
3076 Downloads
Unified API for key-value storages in memory. As a storage can be used: APC, Redis, Memcache, Couchbase or MongoDB. All storage objects have one interface, so you can switch them without changing the working code.
appslabke/code-key-generator
904 Downloads
Package to generate unique references codes and keys.
spectrum8/coupon_code
380 Downloads
PHP library to generate and validate coupon code strings.
youailu1/codeswholesale-sdk
17 Downloads
A PHP wrapper for CodesWholesale's API
ad-astra-codeswholesale/codeswholesale-extension-framework
84 Downloads
The CodesWholesale Extension Framework
steevedroz/ci4-composition
3 Downloads
Simplifies the use of foreign keys on objects
codewithkyrian/laravel_position
10 Downloads
A simple extensible laravel collection macro that evaluates the position or ranking of items in a collection and appends the position to each item with a key of your choice.
codeswholesale/cw-extension-framework
511 Downloads
The CodesWholesale Extension Framework
codeportal/php-url-shortner
11 Downloads
Url Shortener for Laravel. We're using cdpt.in platform to shorten your URLs. As this is open source, you don't need any kind of API key to shorten your URL.
code-soup/certify-client
9 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.
code-foundation/flow-config
2226 Downloads
Cascading key/value configuration of preferences for platforms, installs, and users.
codezero/laravel-form-field-prefixer
215 Downloads
Reuse form partials and automatically add optional prefixes and array keys to your form fields.
imikemiller/pkeys
1344 Downloads
A key management library to keep your key strings consistent, to avoid your team mates duplicating or overwriting your keys, to protect against typo's and unexpected data types and to stop the crime of inlining keys in your code.
mega6382/hab-encryption
17 Downloads
This class can encrypt and decrypt a string with a given key. It takes a given string and encrypts it by adding the code of o the characters in the string with the codes of the key string. The class can also do the opposite process by reverting to the original string using the same key. It can also encode the result encrypted string with base64 and store it on a file.