WP Manifestindependent plugin directory
manifest / integrations / wp-webscraping

Wp Scraping

On top of Roach PHP

by Aminur Islam Arnob · github.com/aminurislamarnob/wp-webscraping · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/aminurislamarnob/wp-webscraping/archive/refs/heads/main.zip

Readme

🚧 For Development Environment

Run the following command for development environment.

composer install

To update dependency versions according to composer.json (Modifies your composer.lock)

composer update

🚀 For Production Environment

Run the following command for production environment to ignore the dev dependencies.

composer install --optimize-autoloader --no-dev -q

📦 For Build Release

Set execution permission to the script file by chmod +x bin/build.sh command. Now, Run the following bash script.

bin/build.sh

Read the full README on GitHub →