/dl-data-extractor

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

Primary LanguagePHPMIT LicenseMIT

Driving License Data Extractor

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