composer 可能有用的包

{
    "require": {
        "jaeger/querylist": "^3.0",  //PHP采集工具(爬虫)
        "topthink/think-testing": "^1.0",
        "phpunit/dbunit": ">=1.2",
        "rdlowrey/auryn": "^1.4", // ioc
        "yunwuxin/think-notification": "^2.0",
        "symfony/yaml": "^3.4",
        "topthink/think-migration": "1.*",
        "gmars/tp5-rbac": "^2.0",
        "zircote/swagger-php": "^2.0",
        "weiwei/api-doc": "^1.6"
    },
    "repositories": {
        "packagist": {
            "type": "composer",
            "url": "https://packagist.phpcomposer.com"
        }
    }
}

猜你喜欢

转载自blog.csdn.net/qq_27084325/article/details/93620904