php PHP language plugin for the form8ion tool suite Table of Contents Usage Installation Example Contributing Dependencies Verification Usage Installation $ npm install @form8ion/php --save-prod Example Import import {scaffold} from '@form8ion/php'; Execute (async () => { await scaffold({projectRoot: process.cwd()}); })(); Contributing Dependencies $ nvm install $ npm install Verification $ npm test