PHPackages                             ns/ace-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. [Admin Panels](/categories/admin)
4. /
5. ns/ace-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

ns/ace-bundle
=============

This bundle provides the ace admin bootstrap template

7.2.5(1mo ago)118.7k21MITJavaScriptPHP ^8.3CI failing

Since Sep 19Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/NobletSolutions/AceBundle)[ Packagist](https://packagist.org/packages/ns/ace-bundle)[ RSS](/packages/ns-ace-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (30)Versions (348)Used By (1)

[![Build Status](https://camo.githubusercontent.com/817316e0ee190ebad909553a6ea0f57ef4a1633de10d4486fea63e093a9c3abc/68747470733a2f2f7472617669732d63692e6f72672f4e6f626c6574536f6c7574696f6e732f41636542756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/NobletSolutions/AceBundle)

\#Features

### AJAX Links

[](#ajax-links)

Add class 'ajaxForm' and data-update to the target to update with the return of the ajax call.

```
...
```

Then the form will be submitted over AJAX and the returned content if successful is put as the HTML content of the element with id divToUpdate. (Via Jquery $element.html(response)).

### FullCalendar

[](#fullcalendar)

Add the routing configuration

```
#app/config/routing.yml
ns_ace:
  resource: "@NSAceBundle/Resources/config/routing.yml"
```

Include the following on the page you want to use the calendar

```
{% block javascripts %}
    {{ parent() }}

{% endblock %}

{% block stylesheets %}

    {{ parent() }}
{% endblock %}

{% block inlinescripts %}

        $(document).ready(function(){
            var date = new Date();
            var d = date.getDate();
            var m = date.getMonth();
            var y = date.getFullYear();

            $('#calendar-holder').fullCalendar({
                header: {
                    left: 'prev, next',
                    center: 'title',
                    right: 'month, basicWeek, basicDay,'
                },
                lazyFetching: true,
                timeFormat: {
                    // for agendaWeek and agendaDay
                    agenda: 'h:mmt',    // 5:00 - 6:30

                    // for all other views
                    '': 'h:mmt'         // 7p
                },
                eventSources: [
                    {
                        url: '{{path('ace_calendar_loader')}}',
                        type: 'POST',
                        // A way to add custom filters to your event listeners
                        data: {
                        },
                        error: function() {
                            //alert('There was an error while fetching Google Calendar!');
                        }
                    }
                ]
            });
        });

{% endblock %}

{% block body %}
...

...
{% endblock %}
```

###  Health Score

63

—

FairBetter than 99% of packages

Maintenance91

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity98

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 67.9% 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 ~12 days

Recently: every ~48 days

Total

345

Last Release

45d ago

Major Versions

6.1.8 → 7.1.12025-01-03

6.1.10 → 7.1.32025-02-10

6.1.12 → 7.2.02025-09-12

6.1.13 → 7.2.12025-10-30

6.0.x-dev → 7.2.22026-02-23

PHP version history (6 changes)0.9.0PHP &gt;=5.3.2

2.0.0PHP &gt;=5.5.9

5.0.0PHP &gt;=7.2

6.0.0PHP 8.1.\*

6.1.5PHP ^8.1

7.1.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/bdde326649ba5e420cda4f48355ac3d7f93e0c9b183818fcfc409cbcf51a961d?d=identicon)[gnat](/maintainers/gnat)

![](https://www.gravatar.com/avatar/fac4100d94ea33234f843fa897f647c4bc8f9b1b43d7e93ed59f7cf49415f487?d=identicon)[mwoynarski](/maintainers/mwoynarski)

---

Top Contributors

[![gnat42](https://avatars.githubusercontent.com/u/325591?v=4)](https://github.com/gnat42 "gnat42 (535 commits)")[![mwoynarski](https://avatars.githubusercontent.com/u/143827?v=4)](https://github.com/mwoynarski "mwoynarski (253 commits)")

---

Tags

bundlephpsymfonysymfony-bundle

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ns-ace-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ns-ace-bundle/health.svg)](https://phpackages.com/packages/ns-ace-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)

PHPackages © 2026

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