zephyrphp / database
Database module for ZephyrPHP - Doctrine ORM integration
v0.4.50
2026-03-30 13:45 UTC
Requires
- php: >=8.2
- doctrine/dbal: ^3.6
- doctrine/orm: ^2.14
- symfony/cache: ^6.0|^7.0
- zephyrphp/framework: ^0.4
This package is auto-updated.
Last update: 2026-06-30 14:17:12 UTC
README
Doctrine ORM integration module for ZephyrPHP.
Features
- Doctrine ORM with entity models
- DBAL query builder
- Schema management
- Migration support
- Entity generator with Blueprint API
- Soft deletes trait
Installation
composer require zephyrphp/database
Note: This package is designed exclusively for ZephyrPHP and is not compatible with other PHP frameworks.
License
MIT