Fitur chek tagihan dari website resmi PLN sudah ditutup, jadi library ini sudah tidak bisa digunakan lagi.
composer require showcheap/tagihan-pln
Example using composer autoload
<?php
require "vendor/autoload.php";
$pln = new PLN\TagihanPLN("132000166606");
print_r($pln->getResult());
Or you can specify month and year by
$pln->setBulan('06');
$php->setTahun('2016');
Read MIT License