breadbunch / ory-bundle
Symfony 8+ integration bundle for Ory ecosystem (Kratos, Oathkeeper, Network)
Package info
github.com/BreadBunch/ory-bundle
Type:symfony-bundle
pkg:composer/breadbunch/ory-bundle
0.1.4
2026-08-25 18:06 UTC
Requires
- php: >=8.4
- breadbunch/ory-contracts: ^0.1.1
- ory/client: ^1.22
- symfony/framework-bundle: ^8.1
- symfony/http-client: ^8.1
- symfony/security-bundle: ^8.1
Requires (Dev)
- phpunit/phpunit: ^13.1
- symfony/phpunit-bridge: ^8.1
This package is not auto-updated.
Last update: 2026-08-26 16:19:09 UTC
README
OryBundle is a native bundle for integrating Ory identity services (Kratos, Oathkeeper, Ory Network) with the Symfony 8 Security Component.
The bundle handles the low-level tasks of intercepting HTTP requests, validating session cookies (or Bearer tokens) via the official ory/client SDK, and transparently authenticating the user within the Symfony ecosystem.
Installation
composer require breadbunch/ory-bundle
Configurations
Configuration file bread_ory.yaml.
bread_ory: client: base_url: '%env(ORY_BASE_URL)%'