Contributor Guide¶
How to contribute to Tenancy Bundle — from local setup to merged PR.
Quick Links¶
- Development Setup — clone, install, run tests
- Architecture Overview — event flow and bootstrapper model
- Test Infrastructure — 7 test kernels, compiler passes, SQLite strategy
- Coding Standards — php-cs-fixer @Symfony, PHPStan level 9
- PR Workflow — fork, branch, PR checklist
Extension Points¶
- Custom Resolver — implement TenantResolverInterface
- Custom Bootstrapper — implement TenantBootstrapperInterface