wastukancana / nim
STT Wastukancana Student ID (NIM) Parser
1.2.0
2024-12-25 14:31 UTC
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.