Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.67 KB

README.md

File metadata and controls

60 lines (42 loc) · 1.67 KB

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.