tozny/sdk-php

PHP wrappers for the Tozny API

1.5 2018-01-18 22:18 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:12:50 UTC


README

PHP client bindings to the TOZNY API

Can be installed with composer:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/tozny/sdk-php"
        }
    ],
    "require": {
        "tozny/sdk-php": "*"
    }
}

We'll be in packagist at some point.

Packaging (via Docker)

Building a ubuntu/debian .deb package can be done using the included Dockerfile & Makefile

make package