PHPackages                             kepoo/akademika - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kepoo/akademika

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kepoo/akademika
===============

Interface to your akademika

011PHP

Since Dec 21Pushed 11y ago1 watchersCompare

[ Source](https://github.com/yusyaif/kepoo)[ Packagist](https://packagist.org/packages/kepoo/akademika)[ RSS](/packages/kepoo-akademika/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

KEPOO
=====

[](#kepoo)

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.

Installation
------------

[](#installation)

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.

```
require: {
    "kepoo/akademika": "dev-master"
}

```

Usage
-----

[](#usage)

### Initialization

[](#initialization)

```
$akademika = new Kepoo\Akademika;
$akademika->username = "YOUR_USERNAME";
$akademika->password = "YOUR_PASSWORD";

```

### Login

[](#login)

```
print_r($akademika->login());

```

### Get links

[](#get-links)

```
print_r($akademika->sidebarMenu());

```

### Get transcript

[](#get-transcript)

```
print_r($akademika->getTranscript());

```

### Get KRS

[](#get-krs)

```
print_r($akademika->getKrs());

```

### Kepoo Indeks Prestasi Sementara Semester Lalu

[](#kepoo-indeks-prestasi-sementara-semester-lalu)

I think this is what you want :v

```
$akademika->kepooTarget('niu')->getIps();

```

Example
-------

[](#example)

See `example.php`

Note
----

[](#note)

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.

Changelog
---------

[](#changelog)

- 20-12-2014 \[NEW\] Initialization
- 21-12-2014 \[FIXED\] Move link crawler to separated function
- 21-12-2014 \[NEW\] Add niu data
- 21-12-2014 \[NEW\] capability to get IPS and KRS

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a1b977f68fd68ec122952840eb5dd19436d093a550164a3c619edf37d778213?d=identicon)[yusufs](/maintainers/yusufs)

---

Top Contributors

[![yusufsyaifudin](https://avatars.githubusercontent.com/u/1698600?v=4)](https://github.com/yusufsyaifudin "yusufsyaifudin (7 commits)")

### Embed Badge

![Health badge](/badges/kepoo-akademika/health.svg)

```
[![Health](https://phpackages.com/badges/kepoo-akademika/health.svg)](https://phpackages.com/packages/kepoo-akademika)
```

###  Alternatives

[hyperf/di

A DI for Hyperf.

182.8M594](/packages/hyperf-di)[jellybool/translug

Translate Chinese And Then Make It Sluggable

14845.7k](/packages/jellybool-translug)[pantheon-systems/quicksilver-pushback

Push commits made via the Pantheon dashboard back to original GitHub repository.

153.1M18](/packages/pantheon-systems-quicksilver-pushback)[laravel-admin-ext/latlong

Latitude &amp; Longitude selector

7056.3k](/packages/laravel-admin-ext-latlong)[symbiote/silverstripe-versionedfiles

Add versioning to files

2232.5k3](/packages/symbiote-silverstripe-versionedfiles)[setono/sylius-mailchimp-plugin

Mailchimp plugin for Sylius.

1137.2k](/packages/setono-sylius-mailchimp-plugin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
