yeephp/yeephp

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "yeephp/yeephp",
    "type": "library",
    "description": "YeePHP is a framework designed for Web Developers in mind, without overwhelming your Apps or API Projects with overheads which reflect in the performance of your final products.",
    "keywords": ["framework","api","rest","performance"],
    "homepage": "http://yeephp.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Andy Maier"
        },
        {
            "name": "Peter Chakalov"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "joshcam/mysqli-database-class": "^2.6"
    },
    "require-dev": {
        "phpunit/phpunit": "4.8.*",
        "codeclimate/php-test-reporter": "dev-master"
    },
    "suggest": {
        "ext-mcrypt": "Required for HTTP cookie encryption"
    },
    "autoload": {
        "psr-4": {
            "Yee\\": "Yee"
        }
    }
}