GitXplorerGitXplorer
s

puphpeteer-playground

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
df239a64e38f75f488863f14e0d998b72cf9eaa8

Initial commit

sspekulatius committed 4 years ago

README

The README file for this repository.

Playground to try Puppeteer and PuPHPeteer out

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.

How To Use This

  1. Fork the repository and clone your fork for local development.

  2. Install the dependencies: Run composer install in /puphpeteer as well as either yarn or npm install in both folders.

  3. yarn add your dependencies and implement your functionality in the skeleton Puppeteer project in /puppeteer. Run and verify the results.

  4. Move on to replicate the same functionality in skeleton PuPHPeteer project in /puphpeteer.

  5. Compare the results as needed.