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 3w ago

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

4440d 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

[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.9M733](/packages/sylius-sylius)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k12](/packages/2lenet-crudit-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)[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.

14115.0k13](/packages/netgen-content-browser)

PHPackages © 2026

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