PHP Classes

File: config/config-sample.php

Recommend this page to a friend!
  Classes of Mihajlo Siljanoski   PHP Device Info Details   config/config-sample.php   Download  
File: config/config-sample.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Device Info Details
Get the details of device using the php.mk API
Author: By
Last change:
Date: 3 years ago
Size: 151 bytes
 

Contents

Class file image Download
<?php
   
   
//rename file to config.php
   
$config['token'] = '[your PHP.mk token]'; //You can get free token on https://php.mk/services/device

?>