chroma-x/php-url-util

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "chroma-x/url-util",
  "type": "library",
  "description": "A PHP library providing common URL implementation.",
  "keywords": [
    "URL"
  ],
  "homepage": "http://chroma-x.de/",
  "license": "MIT",
  "authors": [
    {
      "name": "Martin Brecht-Precht",
      "email": "mb@chroma-x.de",
      "homepage": "http://chroma-x.de"
    }
  ],
  "autoload": {
    "psr-4": {
      "ChromaX\\UrlUtil\\": "src/"
    }
  },
  "require": {
    "php": ">=5.3"
  },
  "require-dev": {
    "phpunit/phpunit": ">=4.8.26",
    "codeclimate/php-test-reporter": "dev-master"
  }
}