saurabhsharma/dl-data-extractor

A simple class to return Driving License information, such as Driver First Name, Last Name, License Number etc.

v1.0.2 2024-03-04 16:50 UTC

This package is not auto-updated.

Last update: 2024-05-27 18:02:38 UTC


README

A simple class to return Driving License information, such as Driver First Name, Last Name, License Number etc. Currently only Support PDF417 BarCodes

Installation

Using composer:

composer require saurabhsharma/dl-data-extractor

You are then free to use it as needed within your projects.

Usage

<?php

use SaurabhSharma\DLExtractor\DLExtractor;

DLExtractor::parse('pdf417-bar-code')->toArray(); // get Response in Array

DLExtractor::parse('pdf417-bar-code')->toJson(); // get Response in Json String