Download the PHP package mako/helpers without Composer

On this page you can find all versions of the php package mako/helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package helpers

Mako helpers

Build Status

What is this?

A collection of convenient helper functions meant to be used in your views.

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.

Requirements

Mako 8.0 or greater.

Installation

composer require mako/helpers

All versions of helpers with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mako/helpers contains the following files

Loading the files please wait ....