/uniter-jquery

Demo of UI interaction with jQuery+Uniter

Primary LanguageHTMLOtherNOASSERTION

Uniter PHP app demo

Easily write client-side logic in PHP by compiling to JavaScript:

App demo using PHP with Uniter and jQuery

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