jeyroik/df-php-client

There is no license information available for the latest version (1.0.0) of this package.

DF PHP client helpers

1.0.0 2023-07-21 09:45 UTC

This package is auto-updated.

Last update: 2024-04-21 11:19:36 UTC


README

PHP Composer codecov.io 68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61633365643136613437353166386434306231612f6d61696e7461696e6162696c697479 Latest Stable Version Total Downloads Dependents

df-php-client

DeFlou PHP client helpers

usage

in extas.json

{
    "plugins": [
        {
            "class": "deflou\\components\\plugins\\triggers\\PluginTemplateHtmlEvent",
            "stage": "deflou.trigger.op.template.html.event",
            "parameters": {
                "header": {
                    "name": "header",
                    "value": "path/to/view"
                },
                "item": {
                    "name": "item",
                    "value": "path/to/view"
                },
                "items": {
                    "name": "items",
                    "value": "path/to/view"
                }
            }
        }
    ]
}