https://github.com/renderbittechnologies/indos-checker-api
An API to check for the validity of INDOS numbers as issued by the Directorate General of Shipping, Mumbai, India
https://github.com/renderbittechnologies/indos-checker-api
Last synced: 2 months ago
JSON representation
An API to check for the validity of INDOS numbers as issued by the Directorate General of Shipping, Mumbai, India
- Host: GitHub
- URL: https://github.com/renderbittechnologies/indos-checker-api
- Owner: RenderbitTechnologies
- Created: 2022-03-21T16:37:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T13:20:31.000Z (about 3 years ago)
- Last Synced: 2025-01-18T16:49:46.982Z (4 months ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Indos Checker API
An API to check for the validity of INDOS numbers as issued by the Directorate General of Shipping, Mumbai, India.
## Usage
```shell
$ composer require renderbit/indos-checker-api
``````php
IndosChecker::checkValid('05LL0262', '14/08/1963');
true
``````php
IndosChecker::getData('05LL0262', '14/08/1963');
[
"Name" => "YADAV SANJEEV",
"Date of Birth" => "14-AUG-1963",
"INDoS No." => "05LL0262",
"Passport No." => "M2069200",
"Passport Issue Date" => "15-SEP-2014",
"Passport Valid To" => "14-SEP-2024",
"CDC No." => "MUM 133201",
"CDC Issue Date" => "22-MAY-2015",
"CDC Valid To" => "21-MAY-2025",
"CDC Issue Place" => "Mumbai",
]
```© Renderbit Technologies 2022. All rights reserved.