Libraries tagged by one time code
sunnysideup/one-time-code-authentication
1545 Downloads
Allows the user to login with a code sent to their email or phone (SMS requires BYO SMS gateway)
chapdel/verification-code
202 Downloads
A simple way to authenticate a user using a verification code.
birb/fancy-stubs-codegen
13 Downloads
Build-time, attribute-driven code generator: write a stub class, mark members with #[DefinerAttribute], and get a real, finished PHP class back — conventions filled in (event names, ids, ...), or whole getters/setters/builder classes generated from the stub's properties. Unlike runtime-reflection tools, the output is a plain PHP file with zero dependency on this library and no per-request reflection cost; useful for scaffolding DDD value objects/aggregates/events, command classes and other boilerplate. Postprocessing (transforming code, e.g. phpcbf/php-cs-fixer/rector), quality checks (evaluating code, e.g. PHPStan/Psalm/PHPCS) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors, birb/fancy-stubs-codegen-code-quality and birb/fancy-stubs-codegen-laravel.
icebear/drush-uli-qr
5 Downloads
Adds a --qr option to Drush's user:login (uli) that prints the one-time login link as an ANSI QR code, scannable with a phone camera straight off the terminal.
codefareith/cf-google-authenticator
6824 Downloads
Enable Google 2FA (two factor authentication) for both, frontend- and backend accounts.
it-for-free/rusphp
5439 Downloads
Universal PHP library for different perposis
coderflexx/laracommand
19 Downloads
Tool to save you time, and scaffold all of your files in one command.
amreljako/laravel-otp
7 Downloads
Advanced, secure OTP (Email/SMS/WhatsApp) package for Laravel with hashed codes, TTL, rate limiting, one-time use, events, and drivers.
hejunjie/google-authenticator
1264 Downloads
一个用于生成和验证时间基础一次性密码(TOTP)的 PHP 包,支持 Google Authenticator 及类似应用。功能包括密钥生成、二维码创建和 OTP 验证 | A PHP library for generating and verifying Time-Based One-Time Passwords (TOTP). Compatible with Google Authenticator and similar apps, with features like secret generation, QR code creation, and OTP verification.
mage2kishan/module-zipcode-validation
37 Downloads
Panth ZipcodeValidation — validates ZIP/PIN codes at checkout against configurable country-specific ranges. Ships with pre-loaded ranges for India, US, UK, Canada, Australia, and Europe. Includes admin grid for managing ranges, CSV/JSON import-export, and real-time AJAX validation on the storefront.
jundar/onetimecode
0 Downloads
A simple web tool for generating easy to remember one time codes.
renepardon/laravel-code-generator
240 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
ichie-benjamin/laravel-code-generator
24 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
diorz38/crestapp-code-generator
6 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
elephant-php/otp
4 Downloads
A small PHP library for generating one-time passwords and random verification codes.