AthensFramework/csrf

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "athens/csrf",
  "description": "Simple CSRF protection",
  "autoload": {
    "classmap": [
      "src/"
    ]
  },
  "require-dev": {
    "phpdocumentor/phpdocumentor": "2.*",
    "phpunit/phpunit": "4.*",
    "codeclimate/php-test-reporter": "dev-master",
    "athens/standard": "*"
  }
}