ukingsley/customrouter

A Laravel-style routing package for PHP

Maintainers

Package info

github.com/Benz-19/customRouter

pkg:composer/ukingsley/customrouter

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-01-29 10:09 UTC

This package is auto-updated.

Last update: 2026-03-29 01:14:10 UTC


README

A lightweight and easy-to-use PHP routing library inspired by Laravel's routing system. Build clean, maintainable routes for your PHP applications without the overhead of a full framework.

Overview

customRouter allows you to define routes with expressive syntax, supporting dynamic route parameters and HTTP methods. It is designed to be simple and flexible, perfect for micro-frameworks, custom PHP projects, or learning purposes.

Installation

You can install the package via Composer:

composer require ukingsley/customrouter