apantle/fun-php

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "apantle/fun-php",
    "description": "Functional Programming to enhance OOP PHP developer experience",
    "type": "library",
    "autoload": {
        "files": [ "src/functions.php" ]
    },
    "require-dev": {
        "phpunit/phpunit": "~6.5",
        "apantle/hashmapper": "^1.2"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Jesus E. Franco Martinez",
            "email": "jefrancomix@gmail.com"
        }
    ],
    "require": {}
}