PHPackages                             babaganoush/foundation-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. babaganoush/foundation-bundle

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

babaganoush/foundation-bundle
=============================

ZURB Foundation Bundle for Symfony

5.5.1(11y ago)023MITHTML

Since Mar 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/babaganoush/FoundationBundle)[ Packagist](https://packagist.org/packages/babaganoush/foundation-bundle)[ Docs](http://foundation.zurb.com/)[ RSS](/packages/babaganoush-foundation-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

ZURB Foundation Bundle for Symfony
==================================

[](#zurb-foundation-bundle-for-symfony)

Current Version
---------------

[](#current-version)

Foundation v5.5.1

Installation
------------

[](#installation)

### Add bundle to your composer.json file

[](#add-bundle-to-your-composerjson-file)

```
// composer.json

{
    "require": {
		// ...
        "babaganoush/foundation-bundle": "~5.5"
    }
}
```

### Add bundle to your application kernel

[](#add-bundle-to-your-application-kernel)

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Babaganoush\FoundationBundle\BabaganoushFoundationBundle(),
        // ...
    );
}
```

### Download the bundle using Composer

[](#download-the-bundle-using-composer)

```
$ php composer.phar update babaganoush/foundation-bundle
```

### Install assets

[](#install-assets)

Given your server's public directory is named "web", install the public vendor resources

```
$ php app/console assets:install web
```

Optionally, use the --symlink attribute to create links rather than copies of the resources

```
$ php app/console assets:install --symlink web
```

Usage
-----

[](#usage)

Refer to the desired files in your HTML template, e.g.

```

```

The Foundation scripts requires jQuery. The bundle installs bmatzner/jquery-bundle, which should be referenced before loading any foundation script.

```

```

If you require the special Modernizr build included with Foundation's sample apps, refer to bmatzner/modernizr-bundle.

Licenses
--------

[](#licenses)

Refer to the source code of the included files for license information

References
----------

[](#references)

1.
2.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

4078d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21b03daa745019e6dd678a350db61d733d8e3586e4d7cdc5f29b1a311e60acf9?d=identicon)[babaganoush](/maintainers/babaganoush)

---

Top Contributors

[![alquesadilla](https://avatars.githubusercontent.com/u/4690115?v=4)](https://github.com/alquesadilla "alquesadilla (1 commits)")

---

Tags

symfonyjavascriptresponsive

### Embed Badge

![Health badge](/badges/babaganoush-foundation-bundle/health.svg)

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

###  Alternatives

[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[norberttech/aceeditor-bundle

Bundle that integrate excellent JavaScript ace editor into Symfony Form.

28310.8k](/packages/norberttech-aceeditor-bundle)[jbtronics/settings-bundle

A symfony bundle to easily create typesafe, user-configurable settings for symfony applications

9546.7k2](/packages/jbtronics-settings-bundle)

PHPackages © 2026

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