pushbots/pushbots-php

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "pushbots/pushbots-php",
    "description": "PushBots PHP SDK",
    "version": "1.2.1",
    "keywords": ["pushbots", "pushbots.com", "api", "guzzle", "push", "notifications"],
    "license": "MIT",
    "authors": [
        {
            "name": "PushBots",
            "homepage": "https://pushbots.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "Pushbots\\": ["src"]
        }
    },
    "require": {
        "guzzlehttp/guzzle": "~6.3.3",
        "php": ">= 5.5"
    },
    "require-dev": {
        "phpunit/phpunit": "4.8.12",
        "phpunit/php-timer": "1.0.9",
        "phpdocumentor/phpdocumentor": "2.*"
    }
}