Playground / Demo environment to compare Puppeteer and PuPHPeteer.
It contains a folder for each project to replicate the same functionality in both and potentially compare the results.
-
Fork the repository and clone your fork for local development.
-
Install the dependencies: Run
composer install
in/puphpeteer
as well as eitheryarn
ornpm install
in both folders. -
yarn add
your dependencies and implement your functionality in the skeleton Puppeteer project in/puppeteer
. Run and verify the results. -
Move on to replicate the same functionality in skeleton PuPHPeteer project in
/puphpeteer
. -
Compare the results as needed.