Composer package from Smarty Extended

This is an updated package for smarty\smarty

Adds:

  • translation block
  • label and pos for checkboxes and radio buttons

For local install only

Setup from central composer

Host Location Type
composer.tokyo.tequila.jp soba-local Local test
composer-local.tokyo.tequila.jp udon-local Local Live, no https
composer.egplusww.jp udon General Live (use this)

composer.json:

For Local test, note that secure-http has to be turned off:

{
    "repositories": [
        {
            "type": "composer",
            "url": "http://composer.tokyo.tequila.jp"
        }
    ],
    "require": {
        "egrajp/smarty-extended": "@dev"
    },
    "config": {
        "secure-http": false
    }
}

For live settings

{
    "repositories": [
        {
            "type": "composer",
            "url": "https://composer.egplusww.jp"
        }
    ],
    "require": {
        "egrajp/smarty-extended": "@dev"
    }
}
Description
Based on original Smarty, Version 4.x https://github.com/smarty-php/smarty/tree/master Extended with translation block and checkbox/radio labels and index positions
Readme 934 KiB
Languages
PHP 89.2%
JavaScript 4.9%
Yacc 4.3%
Smarty 1.2%
Shell 0.4%