PHPackages                             kilosierracharlie/driverandvehiclelicensing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. kilosierracharlie/driverandvehiclelicensing

ActiveLibrary[API Development](/categories/api)

kilosierracharlie/driverandvehiclelicensing
===========================================

A PHP library for interacting with the DLVA APIs.

00PHP

Since Aug 12Pushed 9mo agoCompare

[ Source](https://github.com/KiloSierraCharlie/DriverAndVehicleLicensing)[ Packagist](https://packagist.org/packages/kilosierracharlie/driverandvehiclelicensing)[ RSS](/packages/kilosierracharlie-driverandvehiclelicensing/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Warning

This package does not currently contain tests - these are a work-in-progress hence version number. Tests will be created in due course.

Driver &amp; Vehicle Licensing Agency (DVLA) API
================================================

[](#driver--vehicle-licensing-agency-dvla-api)

A PHP library for interacting with the DVLA API. *Please ★ this package if you found it useful :)*

Installation
------------

[](#installation)

The recommended way to install this library is [through Composer](https://getcomposer.org).
This will install the latest supported version:

```
$  composer require kilosierracharlie/driverandvehiclelicensing
```

Configuration
-------------

[](#configuration)

When initiating the API classes you'll be required to pass the following details, which will be visible to the certificate holder:

VariableDescriptionRequired forAPI\_KEYThe API key issued by the DVLA to you.Vehicle Enquiry ServiceAPI\_JWT\*The JWT generated by you every 365 days.Access to Driver Data\*At present, the JWT key is not utilised within the API as Access to Driver Data is not implemented.

Example Use
-----------

[](#example-use)

You can use this package in a standalone fashion, or as part of a framework such as Symfony or Laravel.

### Standalone Use

[](#standalone-use)

```
