Download the PHP package refactor73/autotextgen without Composer
On this page you can find all versions of the php package refactor73/autotextgen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download refactor73/autotextgen
More information about refactor73/autotextgen
Files in refactor73/autotextgen
Download refactor73/autotextgen
More information about refactor73/autotextgen
Files in refactor73/autotextgen
Vendor refactor73
Package autotextgen
Short Description A simple document driven text generation written in PHP
License MIT
Homepage https://gitlab.com/crisk/autotextgen
Package autotextgen
Short Description A simple document driven text generation written in PHP
License MIT
Homepage https://gitlab.com/crisk/autotextgen
Please rate this library. Is it a good library?
Informations about the package autotextgen
auto-text-gen
A simple document driven text composer.
Description
Writing natural language text blocks based on context and decisions parsed from a JSON document. The context contains the properties of the JSON document itself and can be added to the text as ${variables}, while the decision table contains bool values based on pre executed custom conditions and are used in [IF $decision] control structures.
Example
Possible result are:
or
Manipulators
Syntax | Description |
---|---|
{synonym1|synonym2|synonym3} | Random choose a synonym out of list |
${var} | Variable name from context |
[IF $decision] ... [ENDIF] | if control structure |
[IF $decision] ... [ELSE] ... [ENDIF] | if else control structure |
Use case
Generating varied text for a customer metric report based on a JSON document.
All versions of autotextgen with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
The package refactor73/autotextgen contains the following files
Loading the files please wait ....