ukingsley/customrouter

A Laravel-style routing package for PHP

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/ukingsley/customrouter

v1.0.0 2025-06-06 22:56 UTC

This package is auto-updated.

Last update: 2025-12-27 01:53:35 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