wastukancana / nim
STT Wastukancana Student ID (NIM) Parser
Fund package maintenance!
Ko Fi
saweria.co/sooluh
trakteer.id/sooluh
Requires
- php: ^7.4|^8.0
- guzzlehttp/guzzle: ^7.8
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^9.6
- squizlabs/php_codesniffer: ^3.7
README
Waska NIM
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.