ondrs / idefend-api

PHP API wrapper for iDefend API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iDefend API Build Status

PHP API wrapper for iDefend API.

Instalation

composer.json

"ondrs/idefend-api": "dev-master"

Usage

$sender = new ondrs\iDefendApi\Sender();
$idefend = new ondrs\iDefendApi\iDefend('path/to/temp/dir', $sender);

All methods from API documentation (http://docs.idefend.apiary.io) are implemented with the same name.

About

PHP API wrapper for iDefend API.

License:MIT License


Languages

Language:PHP 99.8%Language:Batchfile 0.2%