tozny / sdk-php
PHP wrappers for the Tozny API
Installs: 52
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 1
Open Issues: 0
pkg:composer/tozny/sdk-php
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-10-26 01:49:59 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