ZPK Systems PHP SDK

A composer-installable SDK that will allow you to access all ZPK APIs

 ZPK » PHP SDK

Deploy ZPK APIs in record time

ZPK offers a free PHP SDK that will allow you to implement any of our APIs into your project with speed and efficiency. Reducing implementation costs.

With a single PHP library installable through composer, your application will be able to access the entire ecosystem of ZPK APIs.

Terminal
composer require zpksystems/phpzpk
PHP programmer using ZPK APIS

<?php

$ps 
= new zpkPlateScanner( new zpkApplication(APP_ID,KEY) );
$ps->setImageFile('image.png');
var_dump($ps->scan());

Simplify development.

In this example and using the ZPK Systems SDK, you can see how to extract a vehicle license plate from a PNG image with optical recognition, error checking, and geographic zone detection.

All this in just 3 lines of PHP code.


<?php

$ps 
= new zpkPlateScanner( new zpkApplication(APP_ID,KEY) );
$ps->setImageFile('image.png');
var_dump($ps->scan());

See the documentation:

Careful documentation with examples of use

All the documentation of the ZPK Systems APIs as well as the documentation of our SDK is always updated to the latest version.

Our PHP SDK includes several examples that make use of a test application, so you can quickly see how to implement any of our APIs in your project.

SDK EXAMPLES
SDK PHP, Examples

Does your project not use PHP?

Our APIs work through HTTP communication via JSON, allowing easy implementation in virtually any programming language. Consult our careful technical documentation.

Not registered yet?

Register for free to access all ZPK systems APIs. We will add free credit to your account once you have validated your email.