Libraries tagged by attribute router
mrcl/slim-routes
68 Downloads
Routing attributes for Slim Framework
hajjvero/you-route
3 Downloads
Bibliothèque de routage PHP légère basée sur les attributs PHP
eslym/laravel-routes-builder
13 Downloads
Routes builder powered by PHP 8.0 Attributes
ds-easy/typo3-routes
2 Downloads
Easy TYPO3 Routes is inspired by Symfony’s routing mechanism. Define a page by creating a controller, passing all relevant data through a PHP attribute, and creating a corresponding template.
pixielity/laravel-routing
11 Downloads
Attribute-based routing system for Laravel with NestJS-inspired decorators
layman/laravel-architect
5 Downloads
Laravel package for generating controllers, requests, models, and repositories from configuration.
g4t/easyroute
4 Downloads
Modern Laravel 13 routing using PHP 8 attributes with auto-generation, nested controller support, and native route caching.
annotation/routing
9626 Downloads
Use PHP 8 attributes to register routes in a Laravel Application.
florddev/laravel-auto-routing
13 Downloads
Un package de routage automatique pour Laravel
advancedynamic/codeigniter-attributeroutes
6 Downloads
CodeIgniter4 Attribute Routes module
genai/web
166 Downloads
Web/MVC layer over genai/http: #[Controller]/#[RestController] (with a base path) and #[Route] attributes, a View value object, a default genai/view engine (override with #[ViewRegister]), and a dispatcher. Routes compile to genai/routing's standalone matcher. Runtime is PHP 5.3-safe; the attributes/processors are PHP 8 build-time.
genai/routing
171 Downloads
Minimal PSR-4 standalone route matching engine (regexes baked at build, no runtime compilation), compatible with PHP 5.3.29. Attribute-driven routing (#[Route]) lives in genai/web.
laulamanapps/tokenable-symfony
76 Downloads
Reversible, type-prefixed, non-enumerable tokens for Doctrine entities in Symfony. Attribute-driven, with automatic route/URL encoding, controller argument resolution and a profiler panel.
hacp0012/quest
29 Downloads
Expose Laravel methods as HTTP endpoints with PHP attributes, without declaring a route per action.
annotation/laroute
1044 Downloads
Auto register routes using PHP attributes for Laravel.