zendframework / zend-router

Standalone routing implementation for HTTP and console requests
BSD 3-Clause "New" or "Revised" License
32 stars 20 forks source link

Promote to top-level namespace #2

Closed weierophinney closed 8 years ago

weierophinney commented 8 years ago

This patch is in preparation for a v3 release of zend-router, and accomplishes the following.

Top-level namespace

The namespace has been promoted from Zend\Mvc\Router to Zend\Router, and all classes updated accordingly.

Removal of Console routes

Console routing has been removed (it will be in a forthcoming zend-mvc-console repository, which is currently in progress).

Removal of deprecated functionality

Deprecated functionality was removed, specifically the Query route.

Standalone component

This PR will supercede #1, and prepares the component to work standalone. This includes:

Finally, this patch also swaps php-cs-fixer for phpcs, and ensures all classes comply.