Recommend this page to a friend! |
Download .zip |
Info | Documentation | Demos | View files (4) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-01-10 (2 days ago) | Not yet rated by the users | Total: 490 This week: 1 | All time: 5,869 This week: 348 |
Version | License | PHP version | Categories | |||
mobile-dispatcher 2.0.11 | GNU Lesser Genera... | 5.3.0 | HTTP, PHP 5, Wireless and Mobile |
Description | Author | |||
This class can redirect a mobile device to use a native app. Innovation Award
|
MobileDispatcher PHP class is a GNU LGPL class to redirect a mobile device to the dedicated App for this family of mobile devices.
Thanks to this dispatcher, you can now distribute a single QRcode with the same URL inside to distribute an app for various mobile device families (for example: http://go.6co.ch/?a=otpauth).
If the family of a device is not detected, the list of the Apps for all families is displayed instead.
(c) 2014-2015 SysCo systemes de communication sa http://developer.sysco.ch/php/
Current build: 2.0.0.1 (2015-08-06)
<?php
require_once('mobile.dispatcher.class.php');
$mobile_dispatcher = new MobileDispatcher();
$mobile_dispatcher->addTopic(
'otpauth',
'TOTP/HOTP code generator'
);
$mobile_dispatcher->addFamilyApp(
'otpauth',
'Android',
'market://details?id=com.google.android.apps.authenticator2',
'Google Authenticator'
);
$mobile_dispatcher->dispatchApp('otpauth');
?>
Check mobile.dispatcher.demo.php for a full implementation example.
You can support our open source projects with donations and sponsoring. Sponsorships are crucial for ongoing and future development! If you'd like to support our work, then consider making a donation, any support is always welcome even if it's as low as $1! You can also sponsor the development of a specific feature. Please contact us in order to discuss the detail of the implementation.
Please consider supporting this project by making a donation via PayPal
And for more PHP classes, have a look on PHPclasses.org, where a lot of authors are sharing their classes for free.
Files |
File | Role | Description |
---|---|---|
LICENSE.md | Lic. | License text |
mobile.dispatcher.class.php | Class | Class source |
mobile.dispatcher.demo.php | Example | Example script |
README.md | Doc. | Documentation |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.