tracium/php-core

This package is abandoned and no longer maintained. The author suggests using the apirelio/php-core package instead.

Framework-independent event and transport core for Apirelio PHP SDKs.

Maintainers

Package info

github.com/pryznar/apirelio-php-core

pkg:composer/tracium/php-core

Transparency log

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.2.0 2026-07-30 11:26 UTC

This package is auto-updated.

Last update: 2026-07-30 11:34:45 UTC


README

Framework-independent building blocks shared by the official Apirelio PHP SDKs. Applications normally install a framework adapter such as apirelio/laravel, apirelio/symfony or apirelio/nette; Composer installs this package transitively.

The core owns the stable event contract, customer and application value objects, metadata privacy rules, error-code extraction, HTTP retry orchestration and the locked local file buffer. Framework packages only adapt requests, routes, dependency injection and their native queue systems.

Requirements

  • PHP 8.2, 8.3 or 8.4

Direct extension

Custom framework adapters can implement:

Apirelio\Core\Contracts\IngestionClient
Apirelio\Core\Contracts\EventTransport

Use EventFactory with EventContext to produce the same ingestion payload as the official Laravel, Symfony and Nette packages.