PHP code example of showcheap / tagihan-pln

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

    

showcheap / tagihan-pln example snippets




 = new PLN\TagihanPLN("132000166606");

print_r($pln->getResult());

$pln->setBulan('06');
$php->setTahun('2016');