Project Description

URL Router is a PHP class that 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.

(This Description is auto-translated) Try to translate to Japanese Show Original Description

Review
Your rating
Review this project