Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jackkimmins/jroute

A PHP routing library that supports URL mapping, role-based access control, and directory serving, designed for swift prototyping.
https://github.com/jackkimmins/jroute

http php8 router routing

Last synced: 19 days ago
JSON representation

A PHP routing library that supports URL mapping, role-based access control, and directory serving, designed for swift prototyping.

Awesome Lists containing this project

README

        

# jRoute

jRoute is a minimalist and easy-to-use PHP routing library. It provides functionality to map URL patterns to callbacks or files, handles role-based access control, and supports directory serving. It's designed for simplicity and rapid prototyping.

## Features
- URL pattern matching
- Role-based access control
- Directory serving
- GET and POST method support
- Debug mode for development