Api Wrapping

Maintainers

Details

github.com/irfanmyj/api

Source

Issues

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

v1.0.0 2021-02-13 19:09 UTC

This package is auto-updated.

Last update: 2025-06-14 05:06:52 UTC


README

Created because i don't really wanna get my hands dirty coz of using the old php-curl :shit: example.

Installation 🔥

composer require irfanmyj/api

Example Usage 🎊

//use your own bpjs config
$conf = [
    'base_url' => 'https://namadomain.com',
    'service_name' => 'api'
];

// use Referensi service

$referensi = new Irfanmyj\Api\Classapi\Auth($vclaim_conf);
var_dump($referensi->login(['username'=>'tes','password'=>'123']));