Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 57 | All time: 10,559 This week: 560 |
Version | License | PHP version | Categories | |||
composer-recovery 1.0.0 | MIT/X Consortium ... | 7 | 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 (14) |
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 (14) | / | tests |
File | Role | Description | ||
---|---|---|---|---|
stub (2 files, 2 directories) | ||||
bootstrap.php | Aux. | Auxiliary script | ||
RunnerTest.php | Class | Class source |
Files (14) | / | tests | / | stub |
File | Role | Description | ||
---|---|---|---|---|
app1 (1 file) | ||||
app2 (1 directory) | ||||
app1_expected.json | Data | Auxiliary data | ||
app2_expected.json | Data | Auxiliary data |
Files (14) | / | tests | / | stub | / | app2 | / | vendor | / | composer |
File | Role | Description |
---|---|---|
installed.json | Data | Auxiliary data |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
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.