ndigitals / wp-local-media-proxy
Proxy images on a local development WordPress site from a remote server.
Installs: 20 140
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 4
Forks: 1
Open Issues: 5
Type:wordpress-muplugin
Requires
- php: >=7.4.0
- boxuk/wp-muplugin-loader: ^2.0
- composer/installers: ^1.0|^2.1
Requires (Dev)
- php: >=7.4.0
- dealerdirect/phpcodesniffer-composer-installer: ^0.7.1
- php-stubs/wordpress-stubs: ^5.6
- phpcompatibility/php-compatibility: ^9.3
- phpcompatibility/phpcompatibility-wp: ^2.1
- phpro/grumphp: ^1.5
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.7
- phpstan/phpstan-deprecation-rules: ^1.0
- roave/security-advisories: dev-master
- sensiolabs/security-checker: ^6.0
- squizlabs/php_codesniffer: ^3.6
- szepeviktor/phpstan-wordpress: ^1.1
- wp-coding-standards/wpcs: ^2.3
This package is auto-updated.
Last update: 2025-01-15 04:33:20 UTC
README
Proxy images on a local development WordPress site from a remote server.
Documentation
Installation
Via Composer
- Add the package as a Development dependency.
composer require --dev ndigitals/wp-local-media-proxy
.
Manually
- Download the main plugin file,
wp-local-media-proxy.php
to your local machine. - Upload the main plugin file to the
wp-content/mu-plugins/
directory on your site.
Configuration
You will need to define the constant LOCALDEV_USE_REMOTE_MEDIA_URL
either in your wp-config.php
file or in your .env
file when using the PHP dotenv package.