bacon-fist / sky-ajax-bundle
dev-testing
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
pkg:composer/bacon-fist/sky-ajax-bundle
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: 2025-10-25 23:32:18 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 installto download and install.