PHPackages                             cieplik206/laravel-integration-operations - 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. cieplik206/laravel-integration-operations

ActiveLibrary

cieplik206/laravel-integration-operations
=========================================

Durable integration operation kernel for Laravel applications and provider SDKs

v0.1.0(today)06↑2400%MITPHPPHP ^8.4CI passing

Since Aug 25Pushed todayCompare

[ Source](https://github.com/cieplik206/laravel-integration-operations)[ Packagist](https://packagist.org/packages/cieplik206/laravel-integration-operations)[ Docs](https://github.com/cieplik206/laravel-integration-operations)[ RSS](/packages/cieplik206-laravel-integration-operations/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (11)Versions (2)Used By (0)

Laravel Integration Operations
==============================

[](#laravel-integration-operations)

Provider-neutral Laravel foundation for durable integration operations and versioned provider SDKs.

Version 0.1 provides the RT-1 boundary:

- immutable, versioned receipts, snapshots, scopes, contexts, failures, and encoded results;
- canonical JSON, SHA-256 content hashes, domain-separated HMAC lookup digests, a versioned secret key ring, a UTC clock, and canonical ULIDs;
- framework-neutral handler, retry, failure-classification, reconciliation, projection, and result-codec contracts;
- a trusted boot-only operation definition registry that freezes after Laravel boots without constructing provider services or performing database, cache, credential, or HTTP I/O;
- a public provider conformance kit, strict Provider SPI 0.1 schema, and read-only and single-effect reference definitions.

Contracts
---------

[](#contracts)

- [Provider SPI 0.1](docs/provider-spi-0.1.md) defines the provider/kernel boundary, single-effect rule, reconciliation vocabulary, and terminal contracts.
- [Kernel Schema Specification 0.1](docs/schema-0.1.md) freezes the future persistence blueprint without shipping migrations or running DDL.
- [Provider SPI JSON Schema](contracts/provider-spi-0.1.schema.json) validates provider-neutral conformance manifests for both a read-only operation and a single-effect operation.

The JSON artifacts are conformance specifications, not executable runtime configuration. Never hydrate service references or class names from database rows, queue payloads, requests, or other persisted data.

Scope boundary
--------------

[](#scope-boundary)

Version 0.1 intentionally does not ship the RT-2 runtime: there is no operation persistence, migration, state-machine executor, queue worker, lease manager, retry scheduler, or runtime reconciliation orchestration yet. The schema specification describes that future boundary but does not activate it.

The kernel does not depend on Fakturownia, Allegro, Saloon, or application domain models. Provider semantics belong to provider SDKs, while cross-provider business workflows remain in the consuming application.

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

[](#requirements)

- PHP 8.4 or newer;
- Laravel 13.

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

[](#installation)

```
composer require cieplik206/laravel-integration-operations:^0.1

```

Laravel discovers the package service provider automatically. Provider SDKs must register their operation definitions and exact final singleton extension classes during application boot; the registry rejects later registration or a changed container binding.

Development setup
-----------------

[](#development-setup)

```
composer install
composer check

```

License
-------

[](#license)

The package is released under the MIT License in [LICENSE.md](LICENSE.md).

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance100

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6499144?v=4)[cieplik206](/maintainers/cieplik206)[@cieplik206](https://github.com/cieplik206)

---

Top Contributors

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

---

Tags

laravelworkflowintegrationidempotencyoutboxreconciliationdurable-operations

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/cieplik206-laravel-integration-operations/health.svg)

```
[![Health](https://phpackages.com/badges/cieplik206-laravel-integration-operations/health.svg)](https://phpackages.com/packages/cieplik206-laravel-integration-operations)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M341](/packages/laravel-ai)[illuminate/database

The Illuminate Database package.

2.8k55.8M13.3k](/packages/illuminate-database)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

80427.1M249](/packages/laravel-mcp)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[illuminate/queue

The Illuminate Queue package.

20433.0M1.9k](/packages/illuminate-queue)

PHPackages © 2026

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