PHPackages                             xi/ajax-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. xi/ajax-bundle

ActiveSymfony-bundle[Parsing &amp; Serialization](/categories/parsing)

xi/ajax-bundle
==============

Xi Ajax Bundle for basic ajax functionality with forms and elements. Includes customizable loading animations and error handler stack

2.3.x-dev(11y ago)56.7k2[1 issues](https://github.com/xi-project/xi-bundle-ajax/issues)2JavaScript

Since Jun 27Pushed 11y ago2 watchersCompare

[ Source](https://github.com/xi-project/xi-bundle-ajax)[ Packagist](https://packagist.org/packages/xi/ajax-bundle)[ RSS](/packages/xi-ajax-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (3)Versions (6)Used By (2)

Ajax Functionality for symfony2
===============================

[](#ajax-functionality-for-symfony2)

This bundle provides basic ajax functionality for your Symfony2 project. You can use it in your forms and any other elements that you wish to bind to send data asyncronously. It also gives use a good indication what's going on by customizable loading indicator and if you have problems in your backend it manages to fail gracefully with notification to user.

Requirements:
-------------

[](#requirements)

1. [jQuery](http://jquery.com)
2. [jQuery.form](http://www.malsup.com/jquery/form)

Installing
----------

[](#installing)

### composer.json

[](#composerjson)

```
"require": {
    ...
    "xi/ajax-bundle": "2.3.x-dev"
}
```

### AppKernel.php

[](#appkernelphp)

```
