Recommend this page to a friend! |
Download .zip |
Info | Documentation | View files (14) | Download .zip | 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/
Files |
File | Role | Description | ||
---|---|---|---|---|
bin (1 file) | ||||
src (1 file) | ||||
tests (2 files, 1 directory) | ||||
.travis.yml | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
issue_template.md | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
phpunit.xml | Data | Auxiliary data | ||
README.md | Doc. | Documentation |
Files | / | tests |
File | Role | Description | ||
---|---|---|---|---|
stub (2 files, 2 directories) | ||||
bootstrap.php | Aux. | Auxiliary script | ||
RunnerTest.php | Class | Class source |
Files | / | tests | / | stub |
File | Role | Description | ||
---|---|---|---|---|
app1 (1 file) | ||||
app2 (1 directory) | ||||
app1_expected.json | Data | Auxiliary data | ||
app2_expected.json | 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.