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

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

kyoushu/foundation-bundle
=========================

Integrates zurb/foundation into Symfony

0.0.2(12y ago)143[2 issues](https://github.com/Kyoushu/FoundationBundle/issues)GPL-2.0+CSSPHP &gt;=5.3.3

Since May 5Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Kyoushu/FoundationBundle)[ Packagist](https://packagist.org/packages/kyoushu/foundation-bundle)[ RSS](/packages/kyoushu-foundation-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (9)Versions (3)Used By (0)

KyoushuFoundationBundle
=======================

[](#kyoushufoundationbundle)

Integrates Foundation into Symfony

The master brach is currently a development build, and should not be used for live projects.

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

[](#installation)

Add bundle to composer.json

```
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/Kyoushu/FoundationBundle.git"
    }
],
"require": {
    "php": ">=5.3.2",
    "symfony/symfony": "~2.1",
    "_comment": "your other packages",

    "kyoushu/foundation-bundle": "dev-master"
}

```

Add KyoushuFoundationBundle to application kernel

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Kyoushu\FoundationBundle\KyoushuFoundationBundle($this),
        // ...
    );
}

```

Update config.yml to include the following lines.

```
# app/config/config.yml
assetic:
    bundles:[ 'KyoushuFoundationBundle' ]
    filters:
        scssphp: ~

```

Optional Configuration
----------------------

[](#optional-configuration)

The following options can be configured if required

```
# app/config/config.yml
kyoushu_foundation:

    # Forces Assetic to rebuild CSS on each request when true (default value)
    # This setting doesn't affect the behaviour of assetic:dump.
    force_rebuild_stylesheets: ~

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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 ~1 days

Total

2

Last Release

4387d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a3b4f2acc5f46d8ce4639b0f5a3548d75a6de9f12643869c284175a64cc0cc2?d=identicon)[Kyoushu](/maintainers/Kyoushu)

---

Top Contributors

[![Kyoushu](https://avatars.githubusercontent.com/u/535916?v=4)](https://github.com/Kyoushu "Kyoushu (9 commits)")

---

Tags

foundationzurb

### Embed Badge

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

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

###  Alternatives

[pentatrion/vite-bundle

Vite integration for your Symfony app

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

open source self hostable read-it-later web application

12.6k2.2k](/packages/wallabag-wallabag)[pixelopen/cloudflare-turnstile-bundle

A simple package to help integrate Cloudflare Turnstile on Symfony.

31205.8k3](/packages/pixelopen-cloudflare-turnstile-bundle)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)[leapt/core-bundle

Symfony LeaptCoreBundle

2529.1k4](/packages/leapt-core-bundle)

PHPackages © 2026

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