PHPackages                             bigbit/di-bootstrap - 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. bigbit/di-bootstrap

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

bigbit/di-bootstrap
===================

App DI Container bootstrapping

v2.0.1(6y ago)058↓78.6%4MITPHPPHP ^7.4.0CI failing

Since Aug 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/andrzejenne/di-bootstrap)[ Packagist](https://packagist.org/packages/bigbit/di-bootstrap)[ RSS](/packages/bigbit-di-bootstrap/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (3)Versions (9)Used By (4)

di-bootstrap
============

[](#di-bootstrap)

App DI Container bootstrapping with dependencies for PHP7.4

Example
-------

[](#example)

```
use BigBIT\DIBootstrap\Bootstrap;

Bootstrap::useVendorPath(dirname(__DIR__) . DIRECTORY_SEPARATOR . "vendor");
Bootstrap::useContainerImplementation(BigBIT\SmartDI\SmartContainer::class);

$bindings = [
    SomeInterface::class => function(ContainerInterface $container) {
        return new SomeImplementation($container);
    }
];

$container = Bootstrap::getContainer();

$app = new App($container);

$app->run();
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity64

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

Recently: every ~54 days

Total

8

Last Release

2282d ago

Major Versions

1.0.x-dev → v2.0.02019-12-02

PHP version history (2 changes)v1.0.0PHP ^7.2.0

v2.0.0PHP ^7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/30d24aafad042ca1644f0599dbb6dea333601b666179b4e690bf4e357e70e685?d=identicon)[lamasutra](/maintainers/lamasutra)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bigbit-di-bootstrap/health.svg)

```
[![Health](https://phpackages.com/badges/bigbit-di-bootstrap/health.svg)](https://phpackages.com/packages/bigbit-di-bootstrap)
```

###  Alternatives

[symfony/dependency-injection

Allows you to standardize and centralize the way objects are constructed in your application

4.2k455.6M9.2k](/packages/symfony-dependency-injection)[symfony/service-contracts

Generic abstractions related to writing services

2.6k914.7M564](/packages/symfony-service-contracts)[illuminate/contracts

The Illuminate Contracts package.

706130.3M12.8k](/packages/illuminate-contracts)[illuminate/container

The Illuminate Container package.

31180.7M2.3k](/packages/illuminate-container)[symfony/type-info

Extracts PHP types information.

20062.9M249](/packages/symfony-type-info)[ecotone/ecotone

Enterprise architecture layer for Laravel and Symfony — CQRS, Event Sourcing, Durable Workflows (Sagas, Orchestrators), Projections, and Outbox messaging via PHP attributes.

562565.8k44](/packages/ecotone-ecotone)

PHPackages © 2026

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