pluf/exchange

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name" : "pluf/exchange",
    "description" : "A pluf module to online currency exchange",
    "type" : "library",
    "license" : "MIT",
    "authors" : [{
            "name" : "Mostafa Barmshory",
            "email" : "mostafa.barmshory@dpq.co.ir",
            "homepage" : "http://dpq.co.ir",
            "role" : "developer"
        }, {
            "name" : "Mohammad Hadi Mansouri",
            "email" : "mohammad.hadi.mansouri@dpq.co.ir",
            "homepage" : "http://dpq.co.ir",
            "role" : "developer"
        }
    ],
    "minimum-stability" : "stable",
    "require" : {
        "pluf/core" : "6.0.x",
        "pluf/user" : "6.0.x",
        "pluf/bank" : "6.0.x"
    },
    "require-dev" : {
        "pluf/test" : "6.0.x"
    },
    "include-path" : [
        "src/"
    ],
    "homepage" : "https://github.com/pluf/exchange",
    "support" : {
        "email" : "info@pluf.ir",
        "issues" : "https://github.com/pluf/exchange/issues",
        "forum" : "https://github.com/pluf/exchange",
        "wiki" : "https://github.com/pluf/exchange/wiki",
        "source" : "https://github.com/pluf/exchange"
    },
    "keywords" : [
        "pluf",
        "php",
        "pluf-module",
        "exchange"
    ]
}