STT Wastukancana 学生证号 (NIM) 解析器

1.0.0 2024-08-10 11:07 UTC

This package is auto-updated.

Last update: 2024-09-10 11:24:41 UTC


README

I stand with Palestine

Waska NIM

version total downloads latest unstable version codecov license

Sekolah Tinggi Teknologi Wastukancana 学生证号 (NIM) 解析器。

要求

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

安装

使用以下命令安装包

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();
}

许可

本项目采用MIT 许可协议