dev-master
9999999-dev https://github.com/yusyaif/kepooInterface to your akademika
MIT
The Requires
- php >=5.4.0
akademika ugm kepo akademika
Wallogit.com
2017 © Pedro Peláez
Interface to your akademika
Kepoo is library to access your akademika data. We're not save your username or password, this library just act like interface between your application and akademika database., (*1)
You can copy paste this library anywhere and include files. But since this library are using PSR-0, you can also get this library via packagist., (*2)
require: {
"kepoo/akademika": "dev-master"
}
$akademika = new Kepoo\Akademika; $akademika->username = "YOUR_USERNAME"; $akademika->password = "YOUR_PASSWORD";
print_r($akademika->login());
print_r($akademika->sidebarMenu());
print_r($akademika->getTranscript());
print_r($akademika->getKrs());
I think this is what you want :v, (*3)
$akademika->kepooTarget('niu')->getIps();
See example.php, (*4)
Use this at your own risk. I'm not responsible to any kind of this software usage. We know that nothings secure, but this security hole is so classic. Even noob can do this easily., (*5)
Interface to your akademika
MIT
akademika ugm kepo akademika