Libraries tagged by database routing
kit-cosovan/base-frame
7 Downloads
FrameworkPHP is a lightweight PHP framework designed for quickly building web applications. The framework provides simple and easy-to-use tools for working with routing, databases, templates and other aspects of web development.
deadalusphp/framework
0 Downloads
DeadalusPHP is a lightweight and easy-to-use PHP framework designed to be a fast. With a focus on simplicity, it offers essential tools for routing, database handling, and more, without the overhead of larger frameworks.
motomedialab/maxscale-connector
594 Downloads
Fixes database connection errors when routing Laravel database connections via MariaDB MaxScale
letsmoe/blade
49 Downloads
Lightweight API framework including caching, routing and database access.
kriit24/project-rest-server
41 Downloads
Laravel REST API server what based on database models and routing, no controller or other coding is needed
hjmediagroep/backend-framework
41 Downloads
Lightweight PHP Framework. Includes fast and secure Database QueryBuilder, Advanced Routing with dynamic routes(middleware, grouping, prefix)
oddvalue/laravel-db-router
0 Downloads
Routing through the database in Laravel
mathcale/silex-base-project
39 Downloads
A simple Silex base project with routing, twig templates, database connection and some other cool stuff
dasunnethsara/zenithphp-core
12 Downloads
The core of the ZenithPHP framework, providing essential features like routing, controllers, middleware, database migrations, and more.
blackpearl/blackpearl
18 Downloads
BlackPearl is a simple and lightweight PHP MVC (Model-View-Controller) framework used for building full-stack web applications in PHP. It utilizes well-known PHP packages and libraries that you may already be familiar with, such as the Blade Templating Engine for the user interface and the Eloquent ORM (Object-Relational Mapping) system for database interaction. BlackPearl also implements a classic routing system and database migration system to enhance the developer experience.
asmaa-gamal/easy-mvc
4 Downloads
easyMVC is a lightweight PHP MVC framework for building scalable web applications. With intuitive routing and robust database integration. easyMVC simplifies development.
made-foryou/routes
125 Downloads
A packages which can provide routing generated from the database.
remcosmits/backend-framework
205 Downloads
Lightweight PHP Framework. Includes fast and secure Database QueryBuilder, Models with relations, Advanced Routing with dynamic routes(middleware, grouping, prefix, names).
morganrowse/laravelcrud
89 Downloads
Artisan command to generate routing, views and controllers from a database table
jairosantos/easy-framework
7 Downloads
This is a simple PHP framework for APIs that demonstrates basic routing, handling HTTP requests, and organizing controllers for CRUD operations. The framework uses Dotenv for environment variable management, PDO for database interactions, and a custom router to handle different HTTP methods and routes.