private-composer-installer icon indicating copy to clipboard operation
private-composer-installer copied to clipboard

Composer install helper outsourcing sensitive keys from the package URL into environment variables

Results 5 private-composer-installer issues
Sort by recently updated
recently updated
newest added

@ffraenz What do you think about supporting EDD? Basically you POST once and receive the temporary download URL. This is the documentation of plugin licensing https://docs.easydigitaldownloads.com/article/384-software-licensing-api the _Getting version information_...

Fix #22 by allowing a package URL indirection to take place. PR supports: - Any URL (not restricted to EDD) - Custom HTTP method - Custom HTTP **request** content-type (form-urlencoded,...

Want to remove ACF Pro from your examples now that they natively support composer integration? * https://www.advancedcustomfields.com/resources/installing-acf-pro-with-composer/ * https://github.com/pivvenit/acf-pro-installer#warning-deprecated-supported-till-1st-of-june-2023-warning

Fix ffraenz/private-composer-installer#22 by allowing a package URL indirection to take place. Continuation of ffraenz/private-composer-installer#45 to implement suggested changes. Summary of [suggested changes by @ffraenz](https://github.com/ffraenz/private-composer-installer/pull/45#issuecomment-1221268545) to implement: * [x] "\[...\] we...

Various changes and fixes to allow tests to pass and support more recent versions of PHP. * Fix support for [Composer 2.2.0 and newer](https://getcomposer.org/allow-plugins): * Allow `dealerdirect/phpcodesniffer-composer-installer` in root manifest....