Download the PHP package nowo-tech/otp-input-bundle without Composer
On this page you can find all versions of the php package nowo-tech/otp-input-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nowo-tech/otp-input-bundle
More information about nowo-tech/otp-input-bundle
Files in nowo-tech/otp-input-bundle
Download nowo-tech/otp-input-bundle
More information about nowo-tech/otp-input-bundle
Files in nowo-tech/otp-input-bundle
Vendor nowo-tech
Package otp-input-bundle
Short Description Symfony OTP FormType with multi-input UI mapped to a single field value.
License MIT
Homepage https://github.com/nowo-tech/OtpInputBundle
Package otp-input-bundle
Short Description Symfony OTP FormType with multi-input UI mapped to a single field value.
License MIT
Homepage https://github.com/nowo-tech/OtpInputBundle
Please rate this library. Is it a good library?
Informations about the package otp-input-bundle
OTP Input Bundle
Star Found this useful? Install it from Packagist and support the project on GitHub.
Customizable Symfony OTP FormType with multiple visible inputs that map to a single field value.
This bundle is FrankenPHP worker mode friendly.
Table of contents
- Features
- Quick usage
- Demo preview
- Documentation
- Tests and coverage
Features
OtpType::classfor verification codes (2FA, email confirmation, magic code).- Multi-input UI rendered in Twig form themes.
- Stores data as one string value in your DTO/entity.
- Customizable length, classes, numeric/alphanumeric mode, and uppercase normalization.
- TypeScript + Vite assets in
src/Resources/assets(named packagenowo_otp_input). - Paste / autofill (
autocomplete="one-time-code"); translations de, en, es, fr, it, nl, pt. - Multi-framework Twig themes (Bootstrap, Tailwind, Foundation, Symfony default).
Quick usage
The value received in otpCode is a single string like 123456.
Demo preview
Documentation
- GitHub Actions CI requirements
- Installation
- Configuration
- PSR evaluation (REQ-CS-007)
- Usage
- Contributing
- Code of Conduct
- Changelog
- Upgrading
- Release
- Security
- Engram
- Spec-driven development
- GitHub Spec Kit
Additional documentation
- Demo notes
Tests and coverage
- PHP: 100%
- TS/JS: 100%
- Python: N/A
All versions of otp-input-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2 <8.6
symfony/config Version ^6.0 || ^7.0 || ^8.0
symfony/dependency-injection Version ^6.0 || ^7.0 || ^8.0
symfony/form Version ^6.0 || ^7.0 || ^8.0
symfony/framework-bundle Version ^6.0 || ^7.0 || ^8.0
symfony/http-kernel Version ^6.0 || ^7.0 || ^8.0
symfony/twig-bundle Version ^6.0 || ^7.0 || ^8.0
twig/extra-bundle Version ^3.12
twig/string-extra Version ^3.12
symfony/config Version ^6.0 || ^7.0 || ^8.0
symfony/dependency-injection Version ^6.0 || ^7.0 || ^8.0
symfony/form Version ^6.0 || ^7.0 || ^8.0
symfony/framework-bundle Version ^6.0 || ^7.0 || ^8.0
symfony/http-kernel Version ^6.0 || ^7.0 || ^8.0
symfony/twig-bundle Version ^6.0 || ^7.0 || ^8.0
twig/extra-bundle Version ^3.12
twig/string-extra Version ^3.12
The package nowo-tech/otp-input-bundle contains the following files
Loading the files please wait ...