Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jackkimmins/jroute
- Owner: jackkimmins
- Created: 2023-05-17T14:00:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-17T08:31:46.000Z (9 months ago)
- Last Synced: 2024-03-18T15:38:48.028Z (9 months ago)
- Topics: http, php8, router, routing
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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