Clarify/clarify-php

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "clarify/clarify-helper",
    "version": "2.1.1",
    "type": "library",
    "description": "A PHP wrapper for the Clarify API",
    "keywords": ["op3nvoice", "openvoice", "api", "audio search", "video search", "clarify", "clarify.io"],
    "homepage": "https://github.com/Clarify/clarify-php",
    "license": "MIT",
    "authors": [
        {
            "name": "Keith Casey",
            "email": "contrib@caseysoftware.com"
        }
    ],
    "require": {
        "php": ">=5.5.0",
        "guzzlehttp/guzzle": "~6.0"
    },
    "require-dev": {
        "mockery/mockery": ">=0.7.2",
        "phpunit/phpunit": "3.7.*"
    },
    "autoload": {
        "psr-4": { "Clarify\\": "src/Clarify/"}
    },
    "archive": {
        "exclude": ["/examples", "/tests"]
    }
}