PHPackages                             remi-san/sf-di-tools - 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. remi-san/sf-di-tools

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

remi-san/sf-di-tools
====================

A set of tools for symfony DI

v0.1.1(5y ago)016MITPHPCI failing

Since Mar 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/remi-san/sf-di-tools)[ Packagist](https://packagist.org/packages/remi-san/sf-di-tools)[ RSS](/packages/remi-san-sf-di-tools/feed)WikiDiscussions master Synced 2mo ago

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

Symfony DI tools
================

[](#symfony-di-tools)

[![Author](https://camo.githubusercontent.com/4488dd05eac93ae677fc802ca3f7ecdf019ffac5386384282044a33dd0858654/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d4052656d6953616e2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/RemiSan)[![Build Status](https://camo.githubusercontent.com/202817e5346ce82915a24fbc6f5d24859c455e08d0174f3a7a211b73dea8f0dd/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f72656d692d73616e2f73662d64692d746f6f6c732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/remi-san/sf-di-tools)[![Quality Score](https://camo.githubusercontent.com/9bbb0d8599eae3a6c8ef5f22d446e1600a8acca5c0ada8d040738f5e0f525b70/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f72656d692d73616e2f73662d64692d746f6f6c732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/remi-san/sf-di-tools)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Packagist Version](https://camo.githubusercontent.com/e368d9ec5f7c4a0f2952aa330d5e836e0eaacd2898adefde582384b7efedeb05/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72656d692d73616e2f73662d64692d746f6f6c732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/remi-san/sf-di-tools)[![Coverage Status](https://camo.githubusercontent.com/0126f40a939b1ae1b930fd3ab0fcfe873c6ed5f959b19fc39476ed0344656657/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f72656d692d73616e2f73662d64692d746f6f6c732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/remi-san/sf-di-tools/code-structure)[![SensioLabsInsight](https://camo.githubusercontent.com/fd77432c47f30a68067d5de9223638bb70cde29c40e4814bffb836b8cf9b15ea/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64636638373764662d383464642d343835322d386132352d3739376331633534323938322f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/dcf877df-84dd-4852-8a25-797c1c542982)

Providing easy-to-use tools for symfony

Content
-------

[](#content)

This lib provides the following util classes:

- `YamlCachedContainerBuilder` allows to manage cached `Symfony Dependency Injector` container with `YAML` config files easily.

Usage example
-------------

[](#usage-example)

**YamlCachedContainerBuilder**

```
$cacheBuilder = new YamlCachedContainerBuilder('path/to/cache/dir', false);
$container = $cacheBuilder->build('path/to/config/dir', 'root-config-file.yml', 'MyCachedContainer', 'MyProject\\Cache');
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

1906d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9999746240ba052017622ecdce5ac44e6a43db5f38084ff7644691207925c043?d=identicon)[remi-san](/maintainers/remi-san)

---

Top Contributors

[![remi-san](https://avatars.githubusercontent.com/u/5213540?v=4)](https://github.com/remi-san "remi-san (6 commits)")

---

Tags

toolssymfony dependency injection

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/remi-san-sf-di-tools/health.svg)

```
[![Health](https://phpackages.com/badges/remi-san-sf-di-tools/health.svg)](https://phpackages.com/packages/remi-san-sf-di-tools)
```

###  Alternatives

[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)[sineflow/clamav

ClamAV PHP Client for Symfony

10168.5k](/packages/sineflow-clamav)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19280.3k3](/packages/symfony-ux-cropperjs)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)

PHPackages © 2026

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