Skip to content

uniter/uniter-jquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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