tegalan / tagihan-pln

(DEPRECATED) Tagihan PLN API Library
MIT License
5 stars 7 forks source link

DEPRECATED WARNING

Fitur chek tagihan dari website resmi PLN sudah ditutup, jadi library ini sudah tidak bisa digunakan lagi.

TagihanPLN Api

Build Status Tagihan PLN API Library

Install

composer require showcheap/tagihan-pln

Usage

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');

License

Read MIT License