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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. snowcap/yamlfixtures-bundle

ActiveSymfony-bundle[DevOps &amp; Deployment](/categories/devops)

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 yesterday

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 18% 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

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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[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.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

65474.5k9](/packages/web-auth-webauthn-symfony-bundle)[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.

939.0k](/packages/ahmed-bhs-doctrine-doctor)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11241.1k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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