PHPackages                             dev-pledge/slim-integrations - 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. dev-pledge/slim-integrations

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

dev-pledge/slim-integrations
============================

Dev Pledge Slim Integrations

v1.0.0(8y ago)0391MITPHPPHP &gt;=7.2.0

Since Apr 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Dev-Pledge/SlimIntegrations)[ Packagist](https://packagist.org/packages/dev-pledge/slim-integrations)[ Docs](https://github.com/Dev-Pledge/SlimIntegrations)[ RSS](/packages/dev-pledge-slim-integrations/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (9)Versions (10)Used By (1)

SlimIntegrations
================

[](#slimintegrations)

DevPledge Standard Slim Integrations

Example usage

```
require __DIR__ . '/../dotenv.php';

Integrations::initSentry( getenv( 'SENTRY_DSN' ) );
Integrations::initApplication( require __DIR__ . '/../src/settings.php' );
Integrations::addCommonSettings();
Integrations::addCommonServices();
Integrations::addCommonHandlers();

Integrations::addExtrapolations( [
	new ExtrapolateSettings( __DIR__ . '/../src/Framework/Settings', "DevPledge\\Framework\\Settings" ),
	new ExtrapolateServiceProviders( __DIR__ . '/../src/Framework/ServiceProviders', "DevPledge\\Framework\\ServiceProviders" ),
	new ExtrapolateHandlers( __DIR__ . '/../src/Framework/Handlers', "DevPledge\\Framework\\Handlers" ),
	new ExtrapolateRepositoryDependencies( __DIR__ . '/../src/Framework/RepositoryDependencies', "DevPledge\\Framework\\RepositoryDependencies" ),
	new ExtrapolateControllerDependencies( __DIR__ . '/../src/Framework/ControllerDependencies', "DevPledge\\Framework\\ControllerDependencies" ),
	new ExtrapolateFactoryDependencies( __DIR__ . '/../src/Framework/FactoryDependencies', "DevPledge\\Framework\\FactoryDependencies" ),
	new ExtrapolateRouteGroups( __DIR__ . '/../src/Framework/RouteGroups', "DevPledge\\Framework\\RouteGroups" ),
	new ExtrapolateCommandHandlers( __DIR__ . '/../src/Application/CommandHandlers', "DevPledge\\Application\\CommandHandlers" ),
] );

Integrations::run();

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

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

Recently: every ~4 days

Total

9

Last Release

2935d ago

Major Versions

v0.1.4 → v1.0.02018-06-16

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6054445?v=4)[John R Saunders](/maintainers/JRSaunders)[@JRSaunders](https://github.com/JRSaunders)

---

Top Contributors

[![JRSaunders](https://avatars.githubusercontent.com/u/6054445?v=4)](https://github.com/JRSaunders "JRSaunders (35 commits)")

---

Tags

slimDev Pledge

### Embed Badge

![Health badge](/badges/dev-pledge-slim-integrations/health.svg)

```
[![Health](https://phpackages.com/badges/dev-pledge-slim-integrations/health.svg)](https://phpackages.com/packages/dev-pledge-slim-integrations)
```

###  Alternatives

[duxweb/dux-lite

The lightweight framework based on slim php

161.0k9](/packages/duxweb-dux-lite)[lion/bundle

Lion-framework configuration and initialization package

122.3k3](/packages/lion-bundle)

PHPackages © 2026

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