This Laravel package integrates with the PDDIKTI (Pangkalan Data Pendidikan Tinggi) API, providing easy access to university, lecturer, and student data. This package is an unofficial API built by the community, utilizing web scraping and API wrapping methods from the PDDIKTI web platform to offer programmatic access to the data.


Installation


To install this package, follow these steps:

Add the package to your Laravel project using Composer:

				
					composer require ilhamrisky/pddiktiapi
				
			

Once installed, you can start using the Api class to interact with the PDDIKTI API. Here’s an example of how to use the package:

				
					use ilhamrisky\PddiktiApi\Api;

$pddiktiapi = new Api();

$response = $pddiktiapi->searchAll('Ilham');
				
			
banner-shape-1
banner-shape-2
banner-shape-3
banner-shape-4