signpostmarv / daft-router
Daft Router
Installs: 1 140
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 4
Requires
- php: ^7.4
- ext-json: *
- ext-mbstring: *
- nikic/fast-route: ^1.3
- signpostmarv/daft-interface-collector: ^2.3
- signpostmarv/daft-typed-object: ^0.5.5
- symfony/http-foundation: ^5.1
Requires (Dev)
- infection/infection: ^0.16.3
- maglnet/composer-require-checker: ^2.0
- php-coveralls/php-coveralls: ^2.2
- phpunit/phpunit: ^8.5
- povils/phpmnd: ^2.2
- psalm/plugin-phpunit: ^0.10.1
- roave/security-advisories: dev-master
- sebastian/phpcpd: ^5.0
- signpostmarv/php-cs-fixer-config: ^0.17.2
- vimeo/psalm: ^3.11
Suggests
- vimeo/psalm: Useful for static analysis to reduce runtime type checks etc.
Conflicts
- vimeo/psalm: <3.11.5
- v4.5.3
- v4.5.2
- v4.5.1
- v4.5.0
- dev-master / 4.4.x-dev
- v4.4.0
- v4.3.0
- v4.2.0
- v4.1.1
- v4.1.0
- v4.0.0
- v3.1.1
- v3.1.0
- v3.0.0
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.0
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- v0.11.1
- v0.11.0
- v0.10.1
- v0.10.0
- v0.9.0
- v0.8.0
- v0.7.0
- v0.6.0
- v0.5.0
- v0.4.1
- v0.4.0
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.7
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.0
- dev-dependabot/composer/guzzlehttp/psr7-1.9.1
- dev-dependabot/composer/guzzlehttp/guzzle-6.5.8
- dev-typed-object-args
- dev-issue/2
- dev-php7.0lt7.0.8
- dev-php7.0
This package is auto-updated.
Last update: 2024-10-19 22:39:52 UTC
README
Copyright 2019 SignpostMarv
daft-router
I needed an excuse to write a non-psr7 router. Because reasons.
reasons
- daft ones.
Examples
references
- nikic/fast-route
- fzaninotto/faker (for the example repository)