Skip to content

Simple PHP function/helper to create API tagihan PLN via cURL and return JSON.

License

Notifications You must be signed in to change notification settings

creativefull/TagihanPLN.php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TagihanPLN.php

Simple PHP function/helper to create API tagihan PLN via cURL and return JSON.

USAGE

<?php
// include tagihanpln.php
require('tagihanpln.php');

// data
$id_pelanggan = '132000166606'; // (required)
$tahun = '2016'; // (optional. Default: tahun sekarang)
$bulan = '06'; // (optional. Default: bulan sekarang)

// call function tagihan_pln()
echo tagihanpln($id_pelanggan, $tahun, $bulan);</pre>

About

Simple PHP function/helper to create API tagihan PLN via cURL and return JSON.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%