Closed h4cc closed 9 years ago
The current update strategy is inefficient. A better way could be fetching only the latest updated packages in packagist, plus a few random ones.
This could solve the "GithubRateLimitException" Problem.
Possible sources for new packages and releases could be these feeds: https://packagist.org/feeds/releases.rss https://packagist.org/feeds/packages.rss
Fetching the packages from the feeds is done, the other points have been solved elsewhere.
The current update strategy is inefficient. A better way could be fetching only the latest updated packages in packagist, plus a few random ones.
This could solve the "GithubRateLimitException" Problem.
Possible sources for new packages and releases could be these feeds: https://packagist.org/feeds/releases.rss https://packagist.org/feeds/packages.rss