wow-apps / symfony-packagist
Symfony 3 和 4 的 Packagist API Bundle
1.4.0
2018-02-03 14:50 UTC
Requires
- php: ^7.0
- guzzlehttp/guzzle: ^6.0
- symfony/framework-bundle: ^3.3|^4.0
- symfony/yaml: ^3.3|^4.0
README
Symfony Packagist API Bundle
Symfony 3 和 4 的 Packagist API Bundle
要求
- PHP 7.0+
- Symfony 3.0+
- Guzzle Client 6.0+
安装
步骤 1:下载 Bundle
"require": { "wow-apps/symfony-packagist": "^1.3" }
或者
$ composer require wow-apps/symfony-packagist
步骤 2:启用 Bundle(对于 Symfony 4 跳过此步骤)
// ./app/AppKernel.php public function registerBundles() { $bundles = array( // ... new WowApps\PackagistBundle\WowAppsPackagistBundle(), ); // ... return $bundles }
文档
新闻和更新
关注我的 Telegram 频道 @wow_apps_pro 或 Twitter @alexey_samara_
感谢
我不要求捐款,我免费为大家做这些事情,为所有开发社区。但是,如果您能通过电子邮件告诉我您在哪些项目中使用此 Bundle,我将不胜感激,我也很高兴接受批评和建议。
更新日志
- 1.4.0
- 添加了使用承诺和异步请求并发获取软件包的多个请求
- 修复了命令中的服务容器名称