tereta / route
1.0.8
2026-04-15 22:07 UTC
Requires
- php: >=8.4
- tereta/core: ^1.0
- tereta/db: ^1.0.0
- tereta/di: ^1.0
- 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.