Need to ditch a package from your phpkg
project? The remove
command makes it simple to strip out any added package—whether by URL or alias—cleaning up your packages-directory
, phpkg.config.json
, and phpkg.config-lock.json
in one go.
Pass the package’s Git URL or an alias to phpkg remove
:
phpkg remove https://github.com/owner/repo.git
phpkg remove git@github.com:owner/repo.git
Set an alias first with Alias Command, then remove it:
phpkg alias tr https://github.com/php-repos/test-runner.git
phpkg remove tr
packages-directory
(e.g., Packages/
), removes it from phpkg.config.json
’s "packages"
, and clears its metadata from phpkg.config-lock.json
. "packages"
in phpkg.config.json
.Say you added test-runner
from php-repos/test-runner
. To remove it:
phpkg remove https://github.com/php-repos/test-runner.git
phpkg alias test-runner https://github.com/php-repos/test-runner.git
phpkg remove test-runner
Packages/php-repos/test-runner/
is gone, and your config files are updated.Packages/
or phpkg.config.json
—the package should be history. phpkg build
to refresh your project without the removed package. We believe that PHP has enormous untapped potential, and we are dedicated to creating tools that empower developers to harness its full power and capabilities. We aim to unlock this potential by creating tools that help developers harness PHP's full capabilities and extend its power to new heights. To this end, we developed phpkg, a cutting-edge package manager that simplifies the process of using PHP to its fullest extent. With phpkg, developers can take advantage of all that PHP has to offer and build more efficient, scalable, and powerful applications.