Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

tegalan/tagihan-pln

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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