PHPackages                             basecom/wrapper-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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. basecom/wrapper-bundle

AbandonedArchivedBundle[PSR &amp; Standards](/categories/psr-standards)

basecom/wrapper-bundle
======================

Adds some default shortcuts for container and commands

2.4.0(12y ago)211.2k1LGPLPHP

Since Nov 7Pushed 12y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (8)Used By (1)

basecom/WrapperBundle
=====================

[](#basecomwrapperbundle)

License informations: [LGPL](https://raw.github.com/basecom/WrapperBundle/master/LICENSE)

This bundle provides some shortcuts to default services/methods of a container:

- getDoctrine(...)
- getManager(...)
- getContainer()
- setContainer(...)
- get(...)

---

To use the wrapper for a default, container wearing class, you just have to extend this clas from our wrapper:

```
class MyNewContainerWearingClass extends \basecom\WrapperBundle\ContainerAware\ContainerAware
{
	// cool stuff here
}
```

The same applies to a command:

```
class MyNewCommand extends \basecom\WrapperBundle\ContainerAware\ContainerAwareCommand
{
	// cool stuff here
}
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Total

6

Last Release

4517d ago

Major Versions

1.0.1 → 2.0.02013-04-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a67758dd1f3d42f956d3954dd65c125cdb85d0750c2cea0afaa139d4d5f5acb?d=identicon)[basecom](/maintainers/basecom)

---

Top Contributors

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

---

Tags

containerwrapper

### Embed Badge

![Health badge](/badges/basecom-wrapper-bundle/health.svg)

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

###  Alternatives

[psr/container

Common Container Interface (PHP FIG PSR-11)

10.0k1.0B3.7k](/packages/psr-container)[pimple/pimple

Pimple, a simple Dependency Injection Container

2.7k130.5M1.4k](/packages/pimple-pimple)[php-di/php-di

The dependency injection container for humans

2.8k48.9M994](/packages/php-di-php-di)[league/container

A fast and intuitive dependency injection container.

86387.8M343](/packages/league-container)[dvdoug/boxpacker

An implementation of the 3D (actually 4D) bin packing/knapsack problem (aka creating parcels by putting items into boxes)

6522.7M18](/packages/dvdoug-boxpacker)[league/tactician-container

Tactician integration for any container implementing PSR-11

7710.1M23](/packages/league-tactician-container)

PHPackages © 2026

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