showcheap/tagihan-pln

This package is abandoned and no longer maintained. No replacement package was suggested.

Tagihan PLN API

v1.0.0 2016-10-20 10:18 UTC

This package is not auto-updated.

Last update: 2020-06-03 21:31:05 UTC


README

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