Packagist API Bundle for Symfony 3 and 4
- PHP 7.0+
- Symfony 3.0+
- Guzzle Client 6.0+
"require": {
"wow-apps/symfony-packagist": "^1.3"
}
or
$ composer require wow-apps/symfony-packagist
// ./app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new WowApps\PackagistBundle\WowAppsPackagistBundle(),
);
// ...
return $bundles
}
Follow news and updates in my Telegram channel @wow_apps_pro or Twitter @alexey_samara_
I don't ask for donates, I do what I do for free, for all development community. But I will be grateful if you inform me on the email in which project you are using this Bundle, as well as I will be glad to criticize and suggestions.
- 1.4.0
- Added multiple requests concurrently for getting packages using promises and asynchronous requests
- Fixed service container name in commands