Framework Guides¶
Integrate civicrm-py with your web framework.
Framework |
Tier |
Features |
|---|---|---|
1 |
Full plugin, admin, middleware, commands, template tags |
|
1 |
Full plugin, DI, routes, health checks, DTOs |
|
2 |
Extension, CLI, context management |
|
2 |
Dependencies, lifespan, middleware |
|
3 |
Base ASGI/WSGI middleware for other frameworks |
Support Tiers¶
Tier 1 frameworks get full integration with plugins, middleware, and admin UIs.
Tier 2 frameworks have solid support with extensions and dependencies.
Tier 3 covers everything else with base middleware you can build on.
Ecosystem Integrations¶
Additional integrations for advanced features.
Integration |
Description |
|---|---|
Local database caching with PostgreSQL or SQLite repositories |
|
Multi-step automation with human approval workflows |
|
Real database testing for contributors |