tereta / db
1.0.3
2026-04-26 12:08 UTC
Requires
- php: >=8.4
- tereta/core: ^1.0.5
- tereta/di: ^1.0.1
- tereta/utilities: ^1.0.3
Suggests
- tereta/application: Required to register Route as a module via Application's scanner (uses Module.php). Without it, Route works as a standalone routing library.
- tereta/cli: Required to use the route:site CLI command (Commands/Site.php). Without it, sites are managed programmatically via Services\Site.