efureev/u.php

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "efureev/uphp",
    "type": "library",
    "version": "2.0.2",
    "description": "u.php useful fn collection & snippets",
    "keywords": ["php", "utility", "helpers"],
    "homepage": "https://github.com/efureev/u.php",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "uPhp\\": "src/uPhp/",
            "efureev\\": "src/"
        }
    },
    "require": {
        "php": ">=5.6"
    },
    "require-dev": {
      "phpunit/phpunit": "*",
      "codeclimate/php-test-reporter": "dev-master"
    }
}