zendframework / zend-expressive-zendviewrenderer

zend-view PhpRenderer integration for Expressive
BSD 3-Clause "New" or "Revised" License
11 stars 12 forks source link

Use zend-expressive-helpers for UrlHelper and ServerUrlHelper implementations #13

Closed weierophinney closed 8 years ago

weierophinney commented 8 years ago

This patch builds on #11, and completely changes how the url and serverUrl helpers are created and registered with the helper manager:

Essentially, this approach simplifies the component significantly, and moves the logic for URL generation to another component entirely.