EvanDarwin/JSend

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "evandarwin/jsend",
    "version": "2.0.1",
    "description": "Basic JSend interface for PHP projects.",
    "keywords": [
        "jsend",
        "json"
    ],
    "require": {
        "php": ">=7.2.0"
    },
    "license": "MIT",
    "type": "project",
    "autoload": {
        "psr-4": {
            "EvanDarwin\\JSend\\": "src/"
        }
    }
}