PHPackages                             caremillc/caremi - 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. [Framework](/categories/framework)
4. /
5. caremillc/caremi

ActiveProject[Framework](/categories/framework)

caremillc/caremi
================

CAREMINATE reference application and local framework development workspace.

00PHP

Since Aug 5Pushed 3w agoCompare

[ Source](https://github.com/caremillc/caremi)[ Packagist](https://packagist.org/packages/caremillc/caremi)[ RSS](/packages/caremillc-caremi/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (24)Versions (102)Used By (0)

Careminate Framework
====================

[](#careminate-framework)

Careminate is an enterprise-oriented PHP framework designed around explicit contracts, strict dependency direction, secure defaults, deterministic application behavior, and long-term extensibility.

Status
------

[](#status)

The framework is under incremental development.

### Implemented

[](#implemented)

#### Phase 1: Engineering Foundation

[](#phase-1-engineering-foundation)

- Composer package foundation
- PSR-4 namespace mapping
- PHP 8.4 runtime enforcement
- Runtime extension validation
- Safe framework path resolution
- Framework semantic-version value object
- PHPUnit
- PHPStan
- PHP\_CodeSniffer
- Architecture decision records

#### Phase 2: Dependency Injection Container

[](#phase-2-dependency-injection-container)

- PSR-11 container
- Constructor autowiring
- Singleton and transient services
- Interface bindings
- Aliases
- Factories
- Immutable values
- Circular-dependency detection
- Immutable runtime container

#### Phase 3: Application Lifecycle and Providers

[](#phase-3-application-lifecycle-and-providers)

- Explicit application lifecycle
- Immutable application metadata
- Application builder
- Provider registration and boot phases
- Provider dependency ordering
- Provider priorities
- Conditional providers
- Duplicate-provider validation
- Bootstrap pipeline
- Bootstrap diagnostics
- Startup failure state
- Reverse-order termination callbacks

### Not Yet Implemented

[](#not-yet-implemented)

- Configuration and environment management
- Events and logging
- HTTP message implementation
- HTTP kernel
- Routing and middleware
- Database and ORM
- Authentication and authorization
- Sessions and CSRF
- Cache
- Console application
- Queue and scheduler
- Mail and filesystem
- Localization and views
- Package discovery
- AI and agent runtime

Requirements
------------

[](#requirements)

- PHP 8.4 or later
- Composer 2
- A 64-bit PHP build
- Required extensions:
    - filter
    - hash
    - json
    - mbstring
    - openssl
    - pdo
    - tokenizer

Installation
------------

[](#installation)

```
composer install
Runtime Validation
composer check-runtime
Quality Commands
composer test
composer analyse
composer style
composer check
Application Usage
provider(new ApplicationServiceProvider())
    ->build();

$application->start();

$service = $application
    ->container()
    ->get(ApplicationService::class);

$application->terminate();
Application Lifecycle
Created
  ↓
RegisteringProviders
  ↓
ContainerReady
  ↓
BootingProviders
  ↓
Bootstrapping
  ↓
Running
  ↓
Terminating
  ↓
Terminated

Any startup or unsuccessful termination operation transitions to:

Failed
Provider Rules
Registration occurs before container construction.
Providers may configure the ContainerBuilder only during registration.
Providers receive the completed container during boot.
Dependencies are provider class names.
Dependencies override priority.
Conditional providers may be skipped.
Missing and circular dependencies are rejected.
Provider registration and boot execute once.
Deferred providers are not supported.
Project Layout
framework/
├── bin/
├── config/
├── docs/
│   ├── architecture/
│   └── decisions/
├── public/
├── resources/
├── routes/
├── src/
│   ├── Application/
│   ├── Container/
│   └── Foundation/
├── storage/
│   ├── cache/
│   └── logs/
├── tests/
│   ├── Fixtures/
│   ├── Integration/
│   └── Unit/
├── composer.json
├── phpunit.xml
├── phpstan.neon
└── phpcs.xml
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance62

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

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

Total

101

Last Release

73d ago

Major Versions

v10.0.0 → v11.0.02026-05-14

v11.0.0 → v12.0.02026-05-14

v12.0.0 → v13.0.02026-05-14

v13.0.0 → v14.0.02026-05-14

v1.1.0 → v2.0.02026-06-03

PHP version history (2 changes)v1.7.0PHP &gt;= 8.1

v3.0.0PHP &gt;= 8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/12e494c29e8031f53617c5334c04ede5c1cf71c813c0b5c4575fb97e9ff66c88?d=identicon)[caremillc](/maintainers/caremillc)

---

Top Contributors

[![caremillc](https://avatars.githubusercontent.com/u/185769779?v=4)](https://github.com/caremillc "caremillc (3 commits)")

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/caremillc-caremi/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.5k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k52.2M377](/packages/api-platform-core)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.9M535](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M236](/packages/sulu-sulu)

PHPackages © 2026

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