PHP Package: nette/routing

Nette's routing library offers advanced SEO-friendly URL handling in PHP applications, assisting in mapping URLs to internal resources efficiently.

Current Version: 3.1.2
Last Updated: 2025-10-30
PHP Requirement: 8.1 - 8.5
Dependencies:
nette/nette
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Nette's routing library provides a robust system for managing URL routing in PHP projects, enabling clean and search engine optimized URLs. It simplifies the process of mapping incoming requests to specific controllers and actions, offering flexibility and ease of use. With support for dynamic routes and parameter parsing, this library enhances the overall user experience and SEO performance of web applications.

🔗 View on GitHub

Download Latest Version: 3.1.2

Download Download v3.1.2

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/nette/routing/3.1.2/loader.php';
require_once 'libs/nette/nette/3.1.0/loader.php';

use Nette\Routing\Router;
use Nette\Routing\Route;

$obj = new Router();
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.