PHPackages                             jagilpe/ajax-modals-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jagilpe/ajax-modals-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

jagilpe/ajax-modals-bundle
==========================

Symfony Bundle to generate dialogs using Bootstrap Modal

1.0.1(7y ago)11.3k1[1 issues](https://github.com/jagilpe/ajax-modals-bundle/issues)MITJavaScriptPHP &gt;=5.6.0

Since May 26Pushed 7y agoCompare

[ Source](https://github.com/jagilpe/ajax-modals-bundle)[ Packagist](https://packagist.org/packages/jagilpe/ajax-modals-bundle)[ RSS](/packages/jagilpe-ajax-modals-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

AjaxModalsBundle
================

[](#ajaxmodalsbundle)

AjaxModalsBundle is a Symfony Bundle for generating ajax form dialogs using Bootstrap Modal API.

Installation
============

[](#installation)

You can install the bundle using composer:

```
composer require jagilpe/ajax-modals-bundle
```

or add the package to your composer.json file directly.

To enable the bundle, you just have to register the bundle in your AppKernel.php file:

```
// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new Jagilpe\AjaxModalsBundle\JagilpeAjaxModalsBundle(),
    // ...
);
```

You have also to include in the page template the container in which the modals will be loaded. For this simply include the `jgp_modal_container` twig function at the end of the body of your page, directly under the body tag.

```

        {{ jgp_modal_container() }}

```

Finally you have to include the provided javascript file somewhere in your base template. If you use assetic to manage the assets:

```
{% block javascripts %}
    {{ parent() }}
    {% javascripts
        'bundles/jagilpeajaxmodals/js/jgp-modal-dialog.js' %}

    {% endjavascripts %}
{% endblock %}
```

This javascript depends on jQuery and Bootstrap 3 modal, so you have to load it somewhere in the template before this file. You have also to load the Bootstrap CSS in your page.

Documentation
=============

[](#documentation)

You can read the documentation of the usage of the bundle [here](Resources/doc/index.md)

API Reference
=============

[](#api-reference)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~528 days

Total

2

Last Release

2793d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/25b6f0bda16c24e432de8c8e9b71f38c9f697054ef71f1cb6986756de7bbee5b?d=identicon)[jagilpe](/maintainers/jagilpe)

---

Top Contributors

[![javier-gilpereda](https://avatars.githubusercontent.com/u/79689747?v=4)](https://github.com/javier-gilpereda "javier-gilpereda (7 commits)")

---

Tags

Ajax Bootstrap Modal Dialog

### Embed Badge

![Health badge](/badges/jagilpe-ajax-modals-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jagilpe-ajax-modals-bundle/health.svg)](https://phpackages.com/packages/jagilpe-ajax-modals-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[symfony/web-profiler-bundle

Provides a development tool that gives detailed information about the execution of any request

2.3k156.8M1.2k](/packages/symfony-web-profiler-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29734.8k](/packages/sulu-skeleton)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
