2017 © Pedro Peláez
 

yii2-extension fallback-custom-scheme

fallback-custom-scheme for Yii2

image

blackho1e/fallback-custom-scheme

fallback-custom-scheme for Yii2

  • Thursday, February 16, 2017
  • by blackdole
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

fallback-custom-scheme

Launcher application (iOS, Android, Windows, Mac) from web page. Use custom url scheme to launch app. If not installed the application, fallback (ex. app store, google play store etc)., (*1)

https://github.com/SatoshiKawabata/fallback-custom-scheme, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

To install, either run, (*4)

$ php composer.phar require blackho1e/fallback-custom-scheme "*"

or add, (*5)

"blackho1e/fallback-custom-scheme": "*"

to the require section of your composer.json file., (*6)

Usage

In view, (*7)

// @app/views/layouts/main.php

\blackho1e\FallbackCustomScheme\FallbackCustomSchemeAsset::register($this);
// further code

or as a dependency in your app wide AppAsset.php, (*8)

// @app/assets/AppAsset.php

public $depends = [
    'blackho1e\FallbackCustomScheme\FallbackCustomSchemeAsset',
    // more dependencies
];

The Versions

16/02 2017

dev-master

9999999-dev https://github.com/blackho1e/fallback-custom-scheme

fallback-custom-scheme for Yii2

  Sources   Download

MIT

The Requires

 

by Minjoo Kang

yii2 fallback-custom-scheme

16/02 2017

0.0.1

0.0.1.0 https://github.com/blackho1e/fallback-custom-scheme

fallback-custom-scheme for Yii2

  Sources   Download

MIT

The Requires

 

by Minjoo Kang

yii2 fallback-custom-scheme