PHPackages                             bvfbarten/yig - 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. bvfbarten/yig

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bvfbarten/yig
=============

YAML/csv extension for jig

v0.2.1(4y ago)1171PHP

Since Mar 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/bvfbarten/f3-yig)[ Packagist](https://packagist.org/packages/bvfbarten/yig)[ RSS](/packages/bvfbarten-yig/feed)WikiDiscussions main Synced 6d ago

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

F3-Yig
======

[](#f3-yig)

Extension to acces YAML and csv files in Fatfree using the f3 jig syntax.

example:

```
/*
use Yaml format for saving
*/
class MemberYaml extends \DB\Yig\Mapper {
    public function __construct() {
        parent::__construct( new DB\Yig('tmp/'), 'team.yaml' );
    }
}

/*
use Csv format for saving
*/
class MemberCsv extends \DB\Cig\Mapper {
    public function __construct() {
        parent::__construct( new DB\Cig('tmp/'), 'team.csv' );
    }
}

$memberQuery = new MemberCsv;
$allMembers = $memberQuery->find();

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

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

Total

4

Last Release

1524d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ca8a6ae11fb972ff69cc1793bf810571a87f33c23953a13c1107fc1ffa02b82?d=identicon)[bvfbarten](/maintainers/bvfbarten)

---

Top Contributors

[![bvfbarten](https://avatars.githubusercontent.com/u/8053347?v=4)](https://github.com/bvfbarten "bvfbarten (5 commits)")

### Embed Badge

![Health badge](/badges/bvfbarten-yig/health.svg)

```
[![Health](https://phpackages.com/badges/bvfbarten-yig/health.svg)](https://phpackages.com/packages/bvfbarten-yig)
```

###  Alternatives

[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)[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)

PHPackages © 2026

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