renderbit / indos-checker-api
Check seafarer details from Indos number
v1.0.1
2022-03-22 13:19 UTC
Requires
- php: >=8.0.0
- guzzlehttp/guzzle: ^7.4
- symfony/css-selector: ^6.0
- symfony/dom-crawler: ^6.0
Requires (Dev)
- psy/psysh: ^0.11.2
- symfony/var-dumper: ^6.0
This package is auto-updated.
Last update: 2024-11-22 19:11:36 UTC
README
An API to check for the validity of INDOS numbers as issued by the Directorate General of Shipping, Mumbai, India.
Usage
$ composer require renderbit/indos-checker-api
IndosChecker::checkValid('05LL0262', '14/08/1963'); true
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.