Download the PHP package aklump/token-engine without Composer
On this page you can find all versions of the php package aklump/token-engine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aklump/token-engine
More information about aklump/token-engine
Files in aklump/token-engine
Download aklump/token-engine
More information about aklump/token-engine
Files in aklump/token-engine
Vendor aklump
Package token-engine
Short Description A style-independent engine for string token replacement.
License BSD-3-Clause
Homepage https://intheloftstudios.com/packages/composer/token-engine
Package token-engine
Short Description A style-independent engine for string token replacement.
License BSD-3-Clause
Homepage https://intheloftstudios.com/packages/composer/token-engine
Please rate this library. Is it a good library?
Informations about the package token-engine
Token Engine
A style-independent engine for string token replacement.
Here are three included styles...
Tokenized String | Final Output | Style |
---|---|---|
Hello {{ first }}, | Hello Peter, | TwigStyle |
Hello @first, | Hello Peter, | AtStyle |
Hello __first, | Hello Peter, | DoubleUnderscoreStyle |
Or make your own by implmenting \AKlump\TokenEngine\TokenStyleInterface
Basic Usage
Callable Tokens
Working with Styles
Generate CSV of Tokens for User Documentation
More Example Code
This comes from a project's documentation generation.
All versions of token-engine with dependencies
PHP Build Version
Package Version
The package aklump/token-engine contains the following files
Loading the files please wait ....