Skip to content

VitexSoftware/php-ease-twbootstrap4-widgets

Repository files navigation

EasePHP TWB5 Widgets Logo

EasePHP Twitter bootstrap4 Widgets

Object oriented PHP Framework for easy&fast writing small/middle sized apps.

Latest Stable Version Total Downloads Latest Unstable Version License

Monthly Downloads Dependents Daily Downloads Total Downloads


Bricks Included

bootstrap4 Toggle

Ease support for https://github.com/palcarazm/bootstrap4-toggle

Toggle

new Ease\ui\Toggle('swname', true, 1,['onText' => 'YES', 'offText' => 'NO']);

Installation

Composer:

composer require vitexsoftware/ease-bootstrap4-widgets

Older versions and its requirements https://packagist.org/packages/vitexsoftware/

For Debian, Ubuntu & friends please use repo:

sudo apt install php-vitexsoftware-ease-bootstrap4-widgets

In this case please add this to your app composer.json:

"require": {
    "ease-bricks": "*"
},
"repositories": [
    {
        "type": "path",
        "url": "/usr/share/php/EaseCore",
        "options": {
            "symlink": true
        }
    },
    {
        "type": "path",
        "url": "/usr/share/php/EaseTWB5",
        "options": {
            "symlink": true
        }
    },
    {
        "type": "path",
        "url": "/usr/share/php/EaseTWB5Widgets",
        "options": {
            "symlink": true
        }
    }
]

Links

Homepage: https://www.vitexsoftware.cz/ease.php

GitHub: https://github.com/VitexSoftware/php-ease-bootstrap4-widgets

PhpDocumentor: https://www.vitexsoftware.cz/php-ease-bootstrap4-widgets/