Libraries tagged by expiration
iionly/expirationdate
17 Downloads
Provides a method to set an expiration date for entities and to delete the entities after that date.
doloan09/laravel-model-expires
157 Downloads
A package to assign expiration dates to Eloquent models
yawaweb/yii2-jwt
5 Downloads
The Yii2 JWT extension enables JWT authentication in Yii2 applications. It simplifies API authentication by creating and verifying JWT tokens, handling expiration, and supporting token refresh for secure access control.
victorsandoval/time_token
7 Downloads
Time expiration based token
se7enxweb/ezmbpaex
100 Downloads
eZ Publish Legacy Extension that provides functionality for password expiration and validation.
pageon/expiring-token
482 Downloads
A cryptographically safe token with a build in customizable expiration date
ozanhazer/safe-link
21 Downloads
Sign URLs with expiration date to transfer data between projects
notch/credit-card
55 Downloads
Validate credit card number, expiration date, cvc
moox/expiry
153 Downloads
Monitor the expiration of records
mmrtonmoybd/credit-card
1989 Downloads
Validate credit card number, expiration date, cvc
mattkirwan/temp-token
65 Downloads
A nice and simple library which allows you to generate a random token with an accompanying expiration date - perfect for creating 'forgotten password' URL's, however the temporary token could be used for anything.
luchavez/simple-secrets
733 Downloads
Manage user secrets like passwords and PINs with expirations for Laravel 8|9|10
kruegge82/dhl-authentication-oauth-api
5 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
irabbi360/php-credit-card-validator
32 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
9 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.