Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Symfony Bundle Laravel Package

betterauth/symfony-bundle

View on GitHub
Deep Wiki
Context7
v1.1.4

What's Changed

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v1.0.0...v1.1.4

v1.0.0

Changes since v0.1.2

  • Merge pull request #11 from MakFly/feat/merged-bundle-v1 (b44cb42)
  • feat: merge auth core into Symfony bundle (24039ec)

Installation

composer require betterauth/symfony-bundle:v1.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.1.2...v1.0.0

v0.1.2

Changes since v0.1.1

  • fix(migrations): SEC-30 token-index migration must not touch $schema at all (fbcdf5b)

Installation

composer require betterauth/symfony-bundle:v0.1.2

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.1.1...v0.1.2

v0.1.1

Changes since v0.1.0

  • fix(migrations): emit raw SQL in SEC-30 token-index migration (4606cef)

Installation

composer require betterauth/symfony-bundle:v0.1.1

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.1.0...v0.1.1

v0.1.0

Changes since v0.0.24

  • chore(release): 0.1.0 (c286d15)
  • security: hardening pass from 2026-07-22 audit (d1283fe)

Installation

composer require betterauth/symfony-bundle:v0.1.0

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.0.24...v0.1.0

v0.0.24

Changes since v0.0.23

  • fix(migrations): emit raw SQL in sessions opaque-id migration (ab08550)

Installation

composer require betterauth/symfony-bundle:v0.0.24

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.0.23...v0.0.24

v0.0.23

Changes since v0.0.22

  • chore(release): 0.0.23 (b0aa0c8)

Installation

composer require betterauth/symfony-bundle:v0.0.23

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.0.22...v0.0.23

v0.0.21

Changes since v0.0.20

  • chore(release): 0.0.21 (0332ff3)
  • fix(session): guard current-session resolution by session mode (38f9a09)
  • fix(doctrine): persist password_hash key in DoctrineUserRepository (b4c625f)
  • refactor(auth): use verifyCredentials + completeSignIn in login (remove double verify) (048bf9a)
  • feat(session): opaque session id — Doctrine repo, migration, controller (d0c3dad)
  • fix(guest): handle password-less guest conversion instead of failing signIn (c3ccafd)
  • fix(security): stop logging SMTP DSN and email verification token (659393b)

Installation

composer require betterauth/symfony-bundle:v0.0.21

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.0.20...v0.0.21

v0.0.20

Changes since v0.0.19

  • docs(changelog): add 0.0.20 security release notes (0851b5f)
  • fix(security): rate-limit login, validate callbackUrl, encrypt/hash at rest (a39e0d9)

Installation

composer require betterauth/symfony-bundle:v0.0.20

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.0.19...v0.0.20

v0.0.19

Changes since v0.0.18

  • fix(phpstan): resolve last 2 errors — simplify DateInterval::days + ignore public trait (aad50cd)
  • fix(phpstan): add ignore rules for level 7 false positives (05c41da)
  • fix(ci): allow phpstan/extension-installer plugin + add path dep clone to security-audit (dcb3929)
  • fix(phpstan): upgrade to phpstan 2.x + add phpstan-symfony extension (fb07dd3)
  • ci: fix YAML lint — add autoloader + PARSE_CUSTOM_TAGS for Symfony tags (7016969)
  • ci: upgrade action versions, fix audit masking, add daily security-audit (b0065eb)
  • Merge pull request #7 from MakFly/dependabot/github_actions/softprops/action-gh-release-3 (b6c6ef0)
  • chore(deps): bump softprops/action-gh-release from 2 to 3 (ff1600c)
  • ci: clone betterauth-multimodal-php instead of betterauth-core (5f29f93)
  • refactor: replace core-embedded with betterauth/multimodal-php dependency (38623e5)
  • docs: align version and CI examples with current stack (e6f819f)
  • docs(readme): rewrite and shorten with docs-first structure (4f5191f)
  • docs(readme): pin CI badge to main push status (462476d)

Installation

composer require betterauth/symfony-bundle:v0.0.19

What's Changed

New Contributors

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.0.18...v0.0.19

v0.0.18

Changes since v0.0.17

  • ci(db): split sqlite and sql db test env setup (0c4e103)

Installation

composer require betterauth/symfony-bundle:v0.0.18

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.0.17...v0.0.18

v0.0.17

Changes since v0.0.16

  • ci(db): fix sqlite path for db compatibility job (16e125b)

Installation

composer require betterauth/symfony-bundle:v0.0.17

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.0.16...v0.0.17

v0.0.16

Changes since v0.0.15

  • feat(db): add official sqlite/mysql/mariadb compatibility (772b64b)

Installation

composer require betterauth/symfony-bundle:v0.0.16

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.0.15...v0.0.16

v0.0.15

Changes since v0.0.14

  • ci: align to PHP 8.4 for doctrine-migrations-bundle v4 (5eb75cc)

Installation

composer require betterauth/symfony-bundle:v0.0.15

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.0.14...v0.0.15

v0.0.13

Bug Fixes

  • Config: Remove compile-time secret length validation — Symfony's ValidateEnvPlaceholdersPass replaces %env(...)% with short placeholder strings before re-validating the config tree, making strlen() checks always fail. Secret length is now validated only at runtime by TokenService.
v0.0.12

Bug Fixes

  • Config: Skip secret length validation in BetterAuthExtension::load() for %env(...)% expressions (companion fix to v0.0.11)
v0.0.11

Bug Fixes

  • Config: Skip secret length validation for %env(...)% expressions at compile time (was falsely rejecting valid env var references)
  • OAuth (v0.0.10): Handle Google v2 API verified_email field
v0.0.10

Bug Fix

  • OAuth: Handle Google v2 API verified_email field in addition to email_verified, preventing false negatives that blocked OAuth account linking for existing users.
v0.0.9

v0.0.9

Changes

  • Bug fixes and improvements
  • Synchronized core between Symfony and Laravel packages

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.0.8...v0.0.9

v0.0.8

Changes since v0.0.7

  • fix: remove invalid $projectDir argument from UserFieldsCommand config (02845eb)

Installation

composer require betterauth/symfony-bundle:v0.0.8

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.0.7...v0.0.8

v0.0.7

Changes since v0.0.6

  • fix: register AddControllerCommand and UserFieldsCommand in commands.yaml (b561c49)

Installation

composer require betterauth/symfony-bundle:v0.0.7

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.0.6...v0.0.7

v0.0.6

Changes since v0.0.3

  • fix: resolve PHPStan errors causing CI failure (57612ec)
  • fix: Remove invalid Assert\Optional attribute from RegisterRequestDto (e30ec18)

Installation

composer require betterauth/symfony-bundle:v0.0.6

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.0.3...v0.0.6

v0.0.3

Changes since v0.0.2

  • fix: update betterauth/core version constraint to ^0.0.2|dev-main (83452e3)
  • fix: update branch-alias to 0.0.x-dev (0dd66b6)

Installation

composer require betterauth/symfony-bundle:v0.0.3

Full Changelog: https://github.com/MakFly/betterauth-symfony/compare/v0.0.2...v0.0.3

v0.0.2

BetterAuth Symfony Bundle v0.0.2

Initial pre-release of the Symfony 6.4/7.x bundle.

Features

  • Full Symfony Security integration
  • Doctrine ORM storage adapters
  • better-auth:install command for quick setup
  • Generated AuthController with all endpoints

Requirements

  • PHP 8.2+
  • Symfony 6.4 / 7.x
  • betterauth-core ^0.0.1

Status

🚧 Pre-release - API may change before v1.0.0

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle