idimensionz/xarf

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "idimensionz/xarf",
    "type": "library",
    "description": "Implementation of x-arf (Network Abuse Reporting) specfication in PHP",
    "keywords": ["xarf", "x-arf", "abuse"],
    "homepage": "https://github.com/idimensionz/xarf",
    "require": {
        "ramsey/uuid": "^3.4"
    },
    "require-dev": {
        "phpunit/phpunit": "4.8.x-dev",
        "phake/phake": "^2.3",
        "codeclimate/php-test-reporter": "dev-master"
    },
    "license": "MIT license",
    "autoload": {
        "psr-4": {
            "iDimensionz\\": "lib/iDimensionz/",
            "Tests\\iDimensionz\\": "tests/iDimensionz/"
        }
    },
    "authors": [
      {
        "name": "Jim Mullen",
        "email": "info@idimensionz.com"
      }
    ]
}