STT Wastukancana Student ID (NIM) Parser

1.0.2 2024-10-11 03:18 UTC

This package is auto-updated.

Last update: 2024-11-11 03:29:36 UTC


README

I stand with Palestine

Waska NIM

version total downloads latest unstable version codecov license

Sekolah Tinggi Teknologi Wastukancana Student ID (NIM) Parser.

Requirements

  • PHP >= 7.4
  • Composer v2
  • cURL >= 7.19.4

Installation

Install the package with:

composer require wastukancana/nim

Example

<?php

use Wastukancana\Nim;

require __DIR__ . '/vendor/autoload.php';

try {
    $nim = new Nim('211351143');

    var_dump($nim->dump());
} catch (\Exception $e) {
    echo $e->getMessage();
}

License

This project is licensed under MIT License.