elcodedocle/marketo-soap-api-php-client

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "elcodedocle/marketo-soap-api-php-client",
    "type": "APIclient",
    "description": "Marketo SOAP API PHP Client",
    "keywords": ["Marketo", "SOAP", "API", "client", "Marketo SOAP API", "Marketo API"],
    "homepage": "https://github.com/elcodedocle/marketo-soap-api-php-client",
    "license": "MIT",
    "require-dev": {
        "phpunit/phpunit": "3.7.*"
    },
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "psr-4": { "CodeCrafts\\MarketoSoap\\": "src" }
    }
}