├── .gitignore ├── LICENSE ├── README.md ├── composer.json ├── example.php └── nik.class.php /.gitignore: -------------------------------------------------------------------------------- 1 | /vendor/ 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidsnam/cek-nik/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidsnam/cek-nik/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidsnam/cek-nik/HEAD/composer.json -------------------------------------------------------------------------------- /example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidsnam/cek-nik/HEAD/example.php -------------------------------------------------------------------------------- /nik.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/voidsnam/cek-nik/HEAD/nik.class.php --------------------------------------------------------------------------------