bacon-fist / sky-ajax-bundle
dev-testing
dev-dev
2015-11-30 03:02 UTC
Requires
- php: >=5.4
- symfony/config: >=2.7
- symfony/dependency-injection: >=2.7
- symfony/framework-bundle: >=2.7
- symfony/http-foundation: >=2.7
- symfony/http-kernel: >=2.7
This package is not auto-updated.
Last update: 2024-12-21 19:33:22 UTC
README
Ajax library for standardized communication between client and server.
Content
- Setup
- Install using Composer
- Application
1. Setup
1.1 Install using Composer
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.