PHP Classes

PHP URL Router Class: Match URLs with routes for controllers and actions

Recommend this page to a friend!
  Info   View files View files (37)   DownloadInstall with Composer Download .zip   Reputation   Support forum (2)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-01-09 (4 days ago) RSS 2.0 feedStarStarStar 53%Total: 1,294 This week: 3All time: 2,979 This week: 154Up
Version License PHP version Categories
url-router 1.0.13MIT/X Consortium ...5.2HTTP, PHP 5, Design Patterns
Description 

Author

This class can match URLs with routes for controllers and actions.

It takes the definition of one or more routes with string expressions that define patterns to match given URLs.

It supports a special route pattern syntax that allows defining how to extract the name of the controller and action from the URL.

The class returns an array with the details of the matched route.

Picture of Mark Rolich
  Performance   Level  
Innovation award
Innovation award
Nominee: 2x

 

Details

[![Build Status](https://travis-ci.org/mark-rolich/Router.svg?branch=master)](https://travis-ci.org/mark-rolich/Router) [![Coverage Status](https://img.shields.io/coveralls/mark-rolich/Router.svg)](https://coveralls.io/r/mark-rolich/Router) [![License](https://poser.pugx.org/bike/router/license.svg)](https://packagist.org/packages/bike/router) Router ================= This PHP class matches url against predefined route patterns. Features * Routes can be attached to HTTP methods, and follow simple DSL syntax. * Uses short codes for the frequently used patterns * Provides possibility to add user defined tokens with matching regex. * Reverse generate url from a specified route name. <a href="http://mark-rolich.github.io/Router/" target="_blank"><strong>Full documentation</strong></a> Copyright and License --------------------- The MIT License (MIT) Copyright (c) 2014 Mark Rolich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

  Files folder image Files  
File Role Description
Files folder imagedoc (2 files)
Files folder imagedocumentor (22 files)
Files folder imagesrc (1 directory)
Files folder imagetests (6 files)
Accessible without login Plain text file .travis.yml Data Travis CI configuration
Accessible without login Plain text file composer.json Data Composer configuration
Accessible without login Plain text file mit-license.txt Lic. LICENSE
Accessible without login Plain text file phpunit.xml Data PHPUnit configuration
Accessible without login Plain text file README.md Data README
Accessible without login Plain text file routes.php Aux. predefined routes

 Version Control Unique User Downloads Download Rankings  
 100%
Total:1,294
This week:3
All time:2,979
This week:154Up
User Ratings User Comments (1)
 All time
Utility:66%StarStarStarStar
Consistency:66%StarStarStarStar
Documentation:66%StarStarStarStar
Examples:66%StarStarStarStar
Tests:-
Videos:-
Overall:53%StarStarStar
Rank:2087
 
You don't program like that at all.
7 months ago (Space)
0%Star