PDDIKTI API Laravel Package
A Laravel package that wraps the PDDIKTI API, giving developers easy programmatic access to Indonesian higher-education data. Available on Packagist.

Overview
The Laravel counterpart to the Python wrapper: the same PDDIKTI higher-education data, reachable from a Laravel application in one line.
It installs from Packagist with composer require ilhamrisky/pddiktiapi and exposes a single Api class whose methods mirror the searches people actually run: searchAll across every category, then searchMahasiswa, searchDosen and searchPt for students, lecturers and universities, alongside the detail lookups behind them.
Like the Python package it is an unofficial community wrapper, combining API wrapping with scraping where PDDIKTI offers no endpoint, and it is MIT licensed.
What it does
composer require, then call the Api class. No configuration to write before the first request.
searchAll for everything at once, plus dedicated student, lecturer and university searches.
The follow-up calls that turn a search result into a full record.
Versioned and installable like any other Laravel package.
Built with
Details
- Type
- Open Source
- Built as
- PHP
- Source
- IlhamriSKY/PddiktiApi ↗
- GitHub stars
- 18
- Latest release
- v1.0.1
More projects
19 others · drag to browse


















