2017 © Pedro Peláez
 

library urlhelper

URL view helper for Aura Router

image

jnjxp/urlhelper

URL view helper for Aura Router

  • Tuesday, November 15, 2016
  • by jnj
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

jnjxp.urlhelper

View helper for Aura Router, (*1)

Latest version ![Build Status][ico-travis] Coverage Status ![Quality Score][ico-code-quality], (*2)

<?php

use Jnjxp\Urlhelper;

// Pass an aura router container to the urlHelperContainer
$urlHelperContainer = new UrlHelper\Container($routerContainer);

// add the middleware to your stack to have the request injected
// probably want to add it quite late
$stack->middle($urlHelperContainer->getMiddleware());

// add the helper to aura html helpers
$helpers->set('url', [$urlHelperContainer, 'getHelper']);


The Versions

15/11 2016

dev-develop

dev-develop https://github.com/jnjxp/jnjxp.urlhelper

URL view helper for Aura Router

  Sources   Download

MIT

The Requires

 

The Development Requires

by jake johns

15/11 2016

dev-master

9999999-dev https://github.com/jnjxp/jnjxp.urlhelper

URL view helper for Aura Router

  Sources   Download

MIT

The Requires

 

The Development Requires

by jake johns

15/11 2016

0.1.0

0.1.0.0 https://github.com/jnjxp/jnjxp.urlhelper

URL view helper for Aura Router

  Sources   Download

MIT

The Requires

 

The Development Requires

by jake johns