Registry / database / prooph-pdo-event-store

prooph-pdo-event-store

JSON →
library1.16.5phppackagistunverified

Prooph PDO EventStore

composer require prooph/pdo-event-store
INSTALL
IMPORT
SIG · PROOPH-PDO-EVENT-S
P
prooph-pdo-event-store
databasephpv1.16.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PdoEventStore
✓ use Prooph\EventStore\Pdo\PdoEventStore;

Create a PDO-backed event store

use Prooph\EventStore\Pdo\PdoEventStore; $pdo = new PDO('mysql:host=localhost;dbname=event_store', 'user', 'pass'); $eventStore = new PdoEventStore($pdo);
Debug
Known issues
breakingRequires PHP 7.4+
fix
Upgrade PHP to 7.4 or later
affects: >=1.16.0
Upgrade
Version history
1.16.5latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources
prooph-pdo-event-store — pip install prooph-pdo-event-store · libregistry