Libraries tagged by routing controller
florddev/laravel-auto-routing
9 Downloads
Un package de routage automatique pour Laravel
causal/routing
19879 Downloads
Service to route HTTP/REST requests to your own controller/actions.
rgsone/slim-lazy-controller-connector
311 Downloads
Extension for Slim Framework who provides a simple way to connect and 'lazy load' controller and middleware with Slim route.
rosengate/sigil
64 Downloads
Laravel-Exedra PHP 8 attributes based routing controller package
xi/breadcrumbs-bundle
3170 Downloads
Xi breadcrumbs bundle for Symfony2 that utilises routes as a tree to build the breadcrumbs in order to not pollute the controller actions with repetitive breadcrumbs code.
wp-kit/invoker
1833 Downloads
A wp-kit component that handles the invoking of controllers and closures
mkd/laravel-fast-api
4 Downloads
Laravel FastAPI is a PHP attribute-based routing package designed to streamline API development. It enables developers to define routes, methods, and middlewares directly within their controllers using simple PHP attributes. By reducing the complexity of traditional route definition, Laravel FastAPI improves code organization and enhances performance with route caching. Perfect for developers looking to build clean, efficient APIs in Laravel.
khomsiadam/stacksync
16 Downloads
StackSync is a fullstack PHP mini framework, with an MVC structure, custom API system with a Middleware and JWT authentication, components based views, flexible routing, PSR4 autoloading. Essential files generation (migrations, seeders, controllers and models) and other operations can be executed through custom commands.
corviz/router
280 Downloads
Routing system based on regular expressions for PHP 8.1+ with native Middleware support
beanmoss/annotroute
422 Downloads
Allows you to use Route annotations on your controllers.
jasny/mvc
22862 Downloads
The basics for an MVC application
dasunnethsara/zenithphp-core
7 Downloads
The core of the ZenithPHP framework, providing essential features like routing, controllers, middleware, database migrations, and more.
kriit24/project-rest-server
36 Downloads
Laravel REST API server what based on database models and routing, no controller or other coding is needed
blakvghost/juste
31 Downloads
Juste is the Core of Project Bravo, my personal PHP MVC framework, it essentially ensures the understanding of Models, Controller, the basic template engine.It also manages the Routing, the middlewares, the database, and especially my super nice homemade mini ORM without forgetting the easy sending of emails.
tomphp/tjo-annotation-router
345 Downloads
ZF2 module which lets routing be configured by via annotations on your controller classes..