wow-apps / symfony-packagist
Packagist API Bundle for Symfony 3 and 4
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
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
Packagist API Bundle for Symfony 3 and 4
Requires:
- PHP 7.0+
- Symfony 3.0+
- Guzzle Client 6.0+
Installation
Step 1: Download the Bundle
"require": { "wow-apps/symfony-packagist": "^1.3" }
or
$ composer require wow-apps/symfony-packagist
Step 2: Enable the Bundle (skip for Symfony 4)
// ./app/AppKernel.php public function registerBundles() { $bundles = array( // ... new WowApps\PackagistBundle\WowAppsPackagistBundle(), ); // ... return $bundles }
Documentation
News and updates:
Follow news and updates in my Telegram channel @wow_apps_pro or Twitter @alexey_samara_
Say thanks:
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.
Changelog:
- 1.4.0
- Added multiple requests concurrently for getting packages using promises and asynchronous requests
- Fixed service container name in commands