Ajax library for standardized communication between client and server.
- Setup
- Install using Composer
- Application
If you dont have Composer installed, install it like described here: https://getcomposer.org/download/
- Add skydiablo/skyajax-bundle to your requirements
$>php composer.phar require skydiablo/skyajax-bundle
. - Use
$>php composer.phar install
to download and install.