Takes an existing Satis repository and splits up the big packages.json into single packages with proper provider includes and by that should speed up your composer install/update times.
Useful for when your satis repositories are getting bigger and you still can't/don't want to to use packagist or you are mirroring a large amount of packages with medusa.
The original packages.json is backed up and can simply be restored by renaming.
- Fetch dependencies via Composer
- Rebuild an existing satis repository:
php bin/accelerando build <satis.json> <build-dir>
PHP 5.4+
Accelerando is licensed under the MIT License - see the LICENSE file for details