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

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

bmatzner/foundation-bundle
==========================

ZURB Foundation Bundle for Symfony2

5.5.3(10y ago)2936.9k9[1 issues](https://github.com/bmatzner/BmatznerFoundationBundle/issues)1MITHTML

Since Jan 13Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (16)Used By (1)

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

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

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

[](#current-version)

Foundation v5.5.3

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

[](#installation)

### Add bundle to your composer.json file

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

```
// composer.json

{
    "require": {
		// ...
        "bmatzner/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 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

40

—

FairBetter than 86% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~83 days

Recently: every ~189 days

Total

15

Last Release

3751d ago

Major Versions

3.2.5 → 4.0.22013-03-01

4.3.2 → 5.0.02013-11-22

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/204826?v=4)[Bernd Matzner](/maintainers/bmatzner)[@bmatzner](https://github.com/bmatzner)

---

Top Contributors

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

---

Tags

symfonyjavascriptresponsive

### Embed Badge

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

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

###  Alternatives

[sulu/sulu

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

1.3k1.4M203](/packages/sulu-sulu)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[sulu/skeleton

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

29735.5k](/packages/sulu-skeleton)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.8k](/packages/ahmed-bhs-doctrine-doctor)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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