PHPackages                             tuxone/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. [Framework](/categories/framework)
4. /
5. tuxone/foundation-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

tuxone/foundation-bundle
========================

ZURB Foundation Bundle for Symfony2

5.0.2(12y ago)037MITCSS

Since Jan 13Pushed 12y ago1 watchersCompare

[ Source](https://github.com/tuxone/BmatznerFoundationBundle)[ Packagist](https://packagist.org/packages/tuxone/foundation-bundle)[ Docs](http://foundation.zurb.com/)[ RSS](/packages/tuxone-foundation-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (11)Used By (0)

ZURB Foundation Bundle for Symfony2
===================================

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

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

[](#current-version)

Foundation v5.0.2

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

[](#installation)

### Add bundle to your composer.json file

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

```
// composer.json

{
    "require": {
		// ...
        "bmatzner/foundation-bundle": "~5.0"
    }
}
```

### Add bundle to your application kernel

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

```
// app/AppKernel.php

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

### Download the bundle using Composer

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

```
$ php composer.phar update bmatzner/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

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

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

Every ~35 days

Recently: every ~47 days

Total

10

Last Release

4554d ago

Major Versions

3.2.5 → 4.0.22013-03-01

4.3.2 → 5.0.02013-11-22

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

symfonyjavascriptresponsive

### Embed Badge

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

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

###  Alternatives

[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[krzysiekpiasecki/gentelella

A Symfony skeleton application with user account functionality based on the Twitter Bootstrap and Gentelella template

991.8k](/packages/krzysiekpiasecki-gentelella)[sunra/angularjs-symfony2-bundle

AngularJS and set of usefull thirdparty libs - composer packaged and in symfony2 bundle

133.9k](/packages/sunra-angularjs-symfony2-bundle)

PHPackages © 2026

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