Download the PHP package svc/profile-bundle without Composer
On this page you can find all versions of the php package svc/profile-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download svc/profile-bundle
More information about svc/profile-bundle
Files in svc/profile-bundle
Package profile-bundle
Short Description Package to handle profiles (change password, change mail)
License MIT
Informations about the package profile-bundle
SvcProfileBundle
:warning: Breaking Change in Version 6.3.0:
Starting with version 6.3.0, the bundle uses PHP format for route configuration instead of YAML. You need to import the routes manually in your project. See Usage for updated installation instructions.
:warning: Attention:
From version 6.0 the bundle works only with Symfony >=6.4.
The bundle uses "symfony/ux-toggle-password" for password visibility toggle. For installations without this requirement, please use a version <6.0.
From version 4.0 the bundle works only with Symfony >=6.1, because the new Bundle Configuration System is used.
Please use version 3.x for older Symfony installations.
Bundle with two functions:
- Change user password (with email information)
- Change user email address (with email confirmation)
Security Features
- XSS Protection: All user input is properly validated and sanitized
- Email Validation: Comprehensive validation including disposable email domain blocking
- Token Security: Secure token generation with HMAC-SHA256 hashing
- Rate Limiting Ready: Designed to work with rate limiting implementations
Documentation
- Installation
- Usage
- Migration Guide - Important for v6.3.0+ upgrades
Screenshots
Change mail form
Change password form
All versions of profile-bundle with dependencies
svc/util-bundle Version ^6.1 | ^7 | ^8 | dev-main
symfony/framework-bundle Version ^6.4 | ^7 | ^8
doctrine/doctrine-bundle Version ^2.10 | ^3
doctrine/orm Version ^2.15 | ^3
symfony/validator Version ^6.4 | ^7 | ^8
symfony/translation Version ^6.4 | ^7 | ^8
symfony/twig-bundle Version ^6.4 | ^7 | ^8
symfony/security-bundle Version ^6.4 | ^7 | ^8
symfony/form Version ^6.4 | ^7 | ^8