Sekolah Tinggi Teknologi Wastukancana Student ID (NIM) Parser.
- PHP
>= 7.4
- Composer v2
- cURL
>= 7.19.4
Install the package with:
composer require wastukancana/nim
<?php
use Wastukancana\Nim;
require __DIR__ . '/vendor/autoload.php';
try {
$nim = new Nim('211351143');
var_dump($nim->dump());
} catch (\Exception $e) {
echo $e->getMessage();
}
This project is licensed under MIT License.