Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() |
![]() ![]() |
Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 48 | All time: 9,925 This week: 241![]() |
Version | License | PHP version | Categories | |||
composer-recovery 1.0.0 | MIT/X Consortium ... | 7 | Utilities and Tools, Console, PHP 7 |
Description | Author | |
This package can be used to recover lost composer dependency list. Innovation Award
|
|
Helper for recovery composer dependency list (if you lost composer.json) from composer.lock or vendor/composer/installed .json
NOTE: It is not file-recovery tool, and it can`t recover composer.json data same as it was in original. It just extracts package list and concrete versions (and also hash for dev-master dependecies) from composer.lock, or, if it absent too, from vendor/composer/installed.json
If recover maked from installed.json - there are no way to separate default and dev dependencies
See tests/stub/app1_expected.json as an example of result file
NOTE2: If your project under vcs control, you don't need this package. You can easy restore composer.json from previous commit or another branch
composer global require insolita/composer-recovery
Ensure that your ~/.composer/vendor/bin directory declared in $PATH
echo $PATH
if not - you should add it in ~/.bashrc or ~/.profile
cd /var/www/myproject && composer-recovery
-p : path to project directory (by default - active directory where script was called)
-o : path to directory where recovered_composer.json will be written (by default - same as project directory)
-f : custom file name - (by default - recovered_dependecies.json)
composer-recovery -p /var/www/myproject/ -o /some/place/for/result/ -f mycomposer.json
composer-recovery -p . -o ../output/
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
||||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Lic. | License text | ||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Doc. | Documentation |
![]() |
/ | tests |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() ![]() |
Aux. | Auxiliary script | ||
![]() |
Class | Class source |
![]() |
/ | tests | / | stub |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Data | Auxiliary data |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.