PHP Package: mezzio/mezzio-fastroute

Mezzio FastRoute is a PHP library for efficient routing implementation in Mezzio applications.

Current Version: 3.12.0
Last Updated: 2024-10-16
PHP Requirement: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies:
mezzio/mezzio
nikic/fast-route
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Mezzio FastRoute is a high-performance routing library designed for Mezzio, offering optimized routing capabilities for web applications. It provides a flexible and powerful routing system that enhances the performance and scalability of Mezzio projects, ensuring faster response times and better user experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.13.0

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/mezzio/mezzio-fastroute/3.13.0/loader.php';
require_once 'libs/mezzio/mezzio/3.22.1/loader.php';
require_once 'libs/nikic/fast-route/{lib_version}/loader.php';

use Mezzio\FastRoute\RouteCollectorDecorator;
use Mezzio\FastRoute\FastRouteRouter;

$obj = new RouteCollectorDecorator();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.