james2001/zxing

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "james2001/zxing",
    "description": "This is a adapter for zxing (java qrcode reader)",
    "authors": [
        {
            "name": "Rathgeber Stephane",
            "email": "stephane.rathgber+zxing@gmail.com"
        }
    ],
    "keywords": ["zxing", "qrcode"],
    "license": "MIT",
    "require": {
        "php": ">=5.3.2"
    },
    "autoload": {
        "psr-4": {
            "James2001\\": "src/"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "~4.4"
    },
    "autoload-dev": {
        "psr-4": {
            "ZxingTest\\Test\\": "tests/"
        }
    }
}