colly_wyx
2018-06-13 e4d5467f055ece8cc9dfdc02dd836bcc187034a5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "phalapi/phalapi",
    "description": "A light-weight framework focus on how to develop API faster and simple.",
    "keywords": ["api"],
    "homepage": "http://www.phalapi.net",
    "license" : "GPL",
    "authors": [
        {
            "name": "Dogstar Huang",
            "email": "chanzonghuang@gmail.com",
            "homepage" : "http://my.oschina.net/dogstar",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.3",
        "axios/tpr":"dev-master"
    }
}