Libraries tagged by expiry
momokang/laravel-clean-file-cache
109 Downloads
Clean up expired laravel cache files if system is using file as cache driver
mmrtonmoybd/credit-card
1996 Downloads
Validate credit card number, expiration date, cvc
minh7721/laravel-directory-cleanup
34 Downloads
This package will remove the expired files from the given directories.
minbash/getsecure
2 Downloads
A library to generate secure links with expiration
maheshwaghmare/wp-dev-remote-request
2 Downloads
Cache the HTTP reqeust and store into the transient for given expiration time to avoid the remote requests.
luchavez/simple-secrets
765 Downloads
Manage user secrets like passwords and PINs with expirations for Laravel 8|9|10
lucasborges01/credit-card
2763 Downloads
Validate credit card number, expiration date, cvc
larautils/credit-card
10 Downloads
Validate credit card number, expiration date, cvc
kruegge82/dhl-authentication-oauth-api
20 Downloads
This API describes how API client can obtain a token which is used to access various Parcel Germany APIs. Using this API is often the first step in making your API call. Preconditions You will need: * client ID (aka "API Key", obtained when you create an app in developer.dhl.com) * client secret (obtained when you create an app in developer.dhl.com) * GKP user name (obtained when setting up your business account with Parcel Germany) * GKP password (obtained when setting up your business account with Parcel Germany) Technical Information This uses an implementation of OAuth2 Password Grant (RFC 6749). After successfull usage you will: * have an opaque access token to be used for API calls afterwards * this token will have an expiration time
koriym/mini-cache
113 Downloads
Simplest cache with no expiration
kanopi/saplings-password-policy-90-days
30 Downloads
Installs and configures Password Policy and sets 90 day expiration default.
jwilsson/auto-refresh-oauth2-token-plugin
386 Downloads
HTTPlug plugin to automatically refresh expired OAuth2 access tokens.
jonathanmaron/increment-version
408 Downloads
increment-version helps you programmatically maintain a .version file in the root directory of your project that contains a version number. Using this version number it is trivial to programmatically invalidate URIs to resources with a long expires header (stored, for example, in a CDN) in your build scripts.
imaddev/php-credit-card-validator
29 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
hareland/multi-cache-remember
195 Downloads
This package offers the rememberMany macro for the Laravel Cache facade, providing efficient retrieval of multiple cache keys with customizable expiration and callbacks for missing keys.