PHP code example of monstar-lab-oss / n-meta-php
1. Go to this page and download the library: Download monstar-lab-oss/n-meta-php library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
monstar-lab-oss / n-meta-php example snippets
$header = 'ios;production;1.0.0;10.2;iphone-x';
$meta = new NMeta($header);
$meta->getPlatform();
$meta->getVersion();