Uniter PHP app demo
Easily write client-side logic in PHP by compiling to JavaScript:
PHP and JS files are compiled down to a single JS bundle file.
Compile with Browserify:
composer install
npm install
npm run build
or compile with Webpack:
composer install
npm install
npm run webpack
and then open index.html
in a browser.
Run the tests
Tests are written with PHPUnit:
composer install
vendor/bin/phpunit