2017 © Pedro PelĂĄez
 

library helpers

image

mako/helpers

  • Thursday, May 3, 2018
  • by freost
  • Repository
  • 1 Watchers
  • 1 Stars
  • 82 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 55 % Grown

The README.md

Mako helpers

Build Status, (*1)

What is this?

A collection of convenient helper functions meant to be used in your views., (*2)

Function Description
app() Returns the application instance
config() Returns the mako\config\Config instance
container() Returns the mako\syringe\Container instance
cookie($name, $default = null) Returns the cookie value or null if the cookie doesn't exist
flash($key, $default = null)    Returns a flash value from the session
gatekeeper($adapterName = null)  Returns a gatekeeper adapter instance
humanizer() Returns the mako\utility\Humanizer instance
i18n() Returns the mako\i18n\I18n instance
one_time_token() Returns a random security token
pusher() Returns the mako\pusher\Pusher instance
request() Returns the mako\http\Request instance
session() Returns the mako\session\Session instance
signed_cookie($name, $default = null) Returns the cookie value or null if the cookie doesn't exist
token() Returns the session token
url() Returns the mako\http\routing\URLBuilder instance
user($adapterName = null) Returns the active user or null if there isn't one

The pusher function will only work if you have installed the mako/pusher package and it also requires you to use the included middleware., (*3)

Requirements

Mako 8.0 or greater., (*4)

Installation

composer require mako/helpers

The Versions

03/05 2018

dev-master

9999999-dev http://makoframework.com

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.0.0

 

The Development Requires

by Frederic G. Østby

framework helpers mako