bickmista/spurl

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "bickmista/spurl",
  "description": "A URL library that can validate, modify and split URL's. This library can split URL's into Subdomain, domain and TLD without choking when it comes to newer TLD's.",
  "keywords": ["url"],
  "type": "library",
  "homepage": "https://github.com/bickmista/spurl",
  "license": "MIT",
  "author": "bickmista",
  "require": {
    "php": ">=5.4.0"
  },
  "require-dev": {
    "phpunit/phpunit": "~4.4",
    "codeclimate/php-test-reporter": "dev-master"
  },
  "autoload": {
    "psr-0": {
      "Spurl": "src"
    }
  }
}