yii3ds/yii2-3ds-gii

Code Generator

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Type:yii2-extension

0.0.1 2015-03-10 05:30 UTC

This package is not auto-updated.

Last update: 2025-09-03 11:57:37 UTC


README

Code Generator

Installation

The preferred way to install this extension is through composer.

Either run

        {
            "type": "package",
            "package": {
                "name": "yii3ds/yii2-3ds-gii",
                "version": "0.0.1",
                "type": "yii2-extension",
                "require": {
                    "yiisoft/yii2": "*"
                },
                "autoload": {
                    "psr-4": {
                        "yii3ds\\gii\\": ""
                    }
                },
                "source": {
                    "url": "https://ton3ds:gvkgsvlyf@bitbucket.org/3dsinteractive/yii2-3ds-gii.git",
                    "type": "git",
                    "reference": "origin/master"
                },
                
                "extra": {
                    "bootstrap": "yii3ds\\gii\\Bootstrap"
                }
            }
        }

and add

"yii3ds/yii2-3ds-gii": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :