PHPackages                             snowcap/yamlfixtures-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. snowcap/yamlfixtures-bundle

ActiveSymfony-bundle

snowcap/yamlfixtures-bundle
===========================

Symfony SnowcapYamlFixturesBundle

2.0.x-dev(13y ago)014MITPHPPHP &gt;=5.3.2CI failing

Since Jul 9Pushed 13y ago1 watchersCompare

[ Source](https://github.com/snowcap/SnowcapYamlFixturesBundle)[ Packagist](https://packagist.org/packages/snowcap/yamlfixtures-bundle)[ Docs](https://github.com/snowcap/SnowcapYamlFixturesBundle)[ RSS](/packages/snowcap-yamlfixtures-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Introduction
============

[](#introduction)

This bundle is used to load fixtures in Yaml with Symfony 2

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

[](#installation)

1. Add this bundle to your `vendor/` dir:

    - Using the vendors script.

        Add the following lines in your `deps` file::

        ```
        [SnowcapYamlFixturesBundle]
            git=git://github.com/snowcap/SnowcapYamlFixturesBundle.git
            target=/bundles/Snowcap/YamlFixturesBundle

        ```

        Run the vendors script:

        ```
        ./bin/vendors install

        ```
    - Using git submodules.

        ```
        $ git submodule add git://github.com/Snowcap/SnowcapYamlFixturesBundle.git vendor/bundles/Snowcap/YamlFixturesBundle

        ```
2. Add the Snowcap namespace to your autoloader:

    ```
     // app/autoload.php
     $loader->registerNamespaces(array(
           'Snowcap' => __DIR__.'/../vendor/bundles',
           // your other namespaces
     ));

    ```
3. Add this bundle to your application's kernel:

    ```
     // app/ApplicationKernel.php
     public function registerBundles()
     {
         return array(
             // ...
             new Snowcap\YamlFixturesBundle\SnowcapYamlFixturesBundle(),
             // ...
         );
     }

    ```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

5051d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/658424?v=4)[Snowcap](/maintainers/Snowcap)[@snowcap](https://github.com/snowcap)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/snowcap-yamlfixtures-bundle/health.svg)

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

###  Alternatives

[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[rikudou/psr6-dynamo-db-bundle

PSR-6 and PSR-16 cache implementation using AWS DynamoDB for Symfony

2077.8k](/packages/rikudou-psr6-dynamo-db-bundle)[leapt/core-bundle

Symfony LeaptCoreBundle

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

PHPackages © 2026

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