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

[fntneves/laravel-transactional-events

Transaction-aware Event Dispatcher for Laravel

3202.6M2](/packages/fntneves-laravel-transactional-events)[ipinfo/ipinfo

The official PHP library for IPinfo, the most reliable, accurate, and in-depth source of IP address data available anywhere. We process terabytes of data to produce our custom IP geolocation, company, carrier and IP type data sets. Visit our developer docs at https://ipinfo.io/developers.

2891.2M11](/packages/ipinfo-ipinfo)[craftcms/plugin-installer

Craft CMS Plugin Installer

283.3M4](/packages/craftcms-plugin-installer)[typo3/cms-recordlist

TYPO3 CMS Recordlist - Lists database records in the TYPO3 backend module (Web&gt;List).

178.0M48](/packages/typo3-cms-recordlist)[broadway/uuid-generator

UUID generator for broadway/broadway.

202.1M11](/packages/broadway-uuid-generator)[kohkimakimoto/background-process

A minimum library to run background processes asynchronously.

361.4k](/packages/kohkimakimoto-background-process)

PHPackages © 2026

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