betterauth/symfony-bundle
最新稳定版本:v0.0.18
Composer 安装命令:
composer require betterauth/symfony-bundle
包简介
Symfony bundle for BetterAuth - Modern authentication library
关键字:
README 文档
README
Modern authentication bundle for Symfony with API/session/hybrid modes, token rotation, OAuth, 2FA, and optional multi-tenant features.
TL;DR
composer require betterauth/symfony-bundle php bin/console better-auth:install php bin/console better-auth:setup-features --preset=full --with-controllers --migrate
Then check generated routes:
php bin/console debug:router | grep auth
Compatibility
- PHP:
^8.4 - Symfony:
^6.4 | ^7.0 | ^8.0 - API Platform:
^4.0 - Doctrine ORM:
^3.0 - Doctrine Migrations Bundle:
^4.0 - Databases tested in CI:
- PostgreSQL
- SQLite
- MySQL
- MariaDB
Database URLs
Use one of these DATABASE_URL values:
# PostgreSQL DATABASE_URL=postgresql://app:secret@127.0.0.1:5432/app?serverVersion=16&charset=utf8 # SQLite DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db # MySQL DATABASE_URL=mysql://app:secret@127.0.0.1:3306/app?serverVersion=8.4&charset=utf8mb4 # MariaDB DATABASE_URL=mysql://app:secret@127.0.0.1:3306/app?serverVersion=mariadb-11.0.2&charset=utf8mb4
Main Console Commands
better-auth:installbetter-auth:setup-featuresbetter-auth:add-controllerbetter-auth:user-fieldsbetter-auth:configurebetter-auth:switch-modebetter-auth:generate-configbetter-auth:generate-secretbetter-auth:setup:dependenciesbetter-auth:setup:loggingbetter-auth:config:updatebetter-auth:publish-templatesbetter-auth:cleanup:sessionsbetter-auth:cleanup:tokens
Documentation
Start here:
Most-used guides:
- API Mode
- Session Mode
- Hybrid Mode
- OAuth Providers
- Two-Factor Auth (TOTP)
- Security Guide
- Testing
- Migration Guide
- Entity Customization
- Controllers
- Advanced Customization
Security Note
This bundle uses Paseto V4 and supports hardening through configuration, rate limiting strategy, and security monitoring options. For production hardening checklist, see docs/11-SECURITY.md.
License
MIT. See LICENSE.
统计信息
- 总下载量: 50
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-14