PHPackages                             valantir/ajaxenginebundle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. valantir/ajaxenginebundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

valantir/ajaxenginebundle
=========================

Engine to sends all requests to server via ajax

114JavaScript

Since Jul 11Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Valantir007/AjaxEngineBundle)[ Packagist](https://packagist.org/packages/valantir/ajaxenginebundle)[ RSS](/packages/valantir-ajaxenginebundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#AjaxEngineBundle

\##Installation

### Step 1

[](#step-1)

To install bundle in your project, add below line to your composer.json file:

```
// composer.json
{
    // ...
    "require": {
        // ...
        "valantir/ajaxenginebundle": "dev-master"
    }
}

```

NOTE: Please replace dev-master with the latest stable version, for example 1.0.1.

Then install bundle by running update command:

```
$ php composer.phar update valantir/ajaxenginebundle

```

Now you need to add bundle to your AppKernel.php file:

```
