Libraries tagged by password link
hemker/random-string
3 Downloads
Creation of random strings (e.g. for coupon codes in webshops, hashes for one-time links/passwords, accound codes, etc. pp.)
feiron/fe_login
64 Downloads
Authentication pkg offers login form,link. authentication through Oauth,password, etc
ghoster/changecustomerpassword
122084 Downloads
Change customer password from admin side like old fashion way Magento 1
darkv/php-password-generator
2602 Downloads
The PHP class PasswordGenerator serves as a password generator to create memorable passwords like the keychain of macOS ≤ 10.14 did.
texxasrulez/persistent_login
2664 Downloads
This server-side plugin is useful for all Roundcube users who don’t like to log into their e-mail account each time they open their browser. The plugin stores a persistent login cookie which automatically logs the user in the next time he or she visits the Roundcube web mailer.
mfreiholz/persistent_login
0 Downloads
This server-side plugin is useful for all Roundcube users who don’t like to log into their e-mail account each time they open their browser. The plugin stores a persistent login cookie which automatically logs the user in the next time he or she visits the Roundcube web mailer.
figuren-theater/ft-security
169 Downloads
Security related components for a WordPress Multisite network, like figuren.theater
eboreum/exceptional
2060 Downloads
Create and format PHP exceptions easily. Automatically unravel method arguments. Ensure that sensitive strings like passwords, tokens, PHPSESSID, etc. are being masked and thus will instead appear as e.g. "******" in the resulting text.
eboreum/caster
2360 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
exolnet/laravel-emails-confirmation
1306 Downloads
Emails confirmation like Laravel native password resets.
burzum/cakephp-user-tools
11726 Downloads
This plugin is a set of tools for user handling like registration, login, email verification, password reset and much more.
pharaonic/laravel-users
140 Downloads
Laravel Users (Roles & Permissions, Devices, Password: Auto Hashing & History, Actions: Likes, Rates, Subscribes, Votes, Follows, Favorites, Bookmarks).
linio/safeecho
346 Downloads
Lightweight function to easily hide printed data.
luchavez/simple-secrets
733 Downloads
Manage user secrets like passwords and PINs with expirations for Laravel 8|9|10
pflorek/php-basic-auth
68 Downloads
Provides a simple way to get or set credentials (username, password) on a PSR-7 `RequestInterface`. Also it helps challenging an unauthorized client by adding the 'WWW-authenticate' header line with status code 401 to a PSR-7 `ResponseInterface`.