wastukancana / nim
STT Wastukancana Student ID (NIM) Parser
Installs: 52
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
pkg:composer/wastukancana/nim
Requires
- php: ^7.4|^8.0
- guzzlehttp/guzzle: ^7.8
Requires (Dev)
- laravel/pint: ^1.25
- 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.