PHP code example of igun997 / unilib

1. Go to this page and download the library: Download igun997/unilib 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/ */

    

igun997 / unilib example snippets


$init = new Unilib\Mhs(["username"=>"XXXX","password"=>"XXXX"]);

$init = new Unilib\Mhs(["username"=>"XXXX","password"=>"XXXX"]);
$res = $init->get('profile','div[class=inputbox]');
//div[class=inputbox] adalah tag HTML berserta class nya  sebagai contoh :
//<div class='inputbox'>10515211</div>
//Sesuaikan dengan data yang akan kalian cari
//masukan hanya bagian kata dari akhir penggalan link contoh :
//https://mahasiswa.unikom.ac.id/khs maka ambil 'khs' nya saja
echo $res[0]->innertext;
// Innertext masuk kedala dokumentasi simple_html_dom yang bisa kalian lihat di http://simplehtmldom.sourceforge.net/manual.htm