empiriq/empiriq

Framework designed for implementing your trading strategies

Maintainers

Package info

github.com/empiriq/empiriq

pkg:composer/empiriq/empiriq

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.x-dev 2026-02-21 17:09 UTC

This package is not auto-updated.

Last update: 2026-03-28 13:49:19 UTC


README

High-performance algorithmic trading PHP framework providing quantitative traders with the ability to backtest portfolios of automated trading strategies on historical data with an event-driven engine, and also deploy those same strategies live, with no code changes.

Features

  • Non-blocking: Asynchronous, promise-based requests powered by react/promise.
  • Event-driven: Exchange events are published directly into symfony/messenger (sync transport by default) and then forwarded to symfony/event-dispatcher.
  • Typed: Strongly-typed request, response, and event objects via empiriq/binance-contracts.
  • Fast: Uses WebSocket endpoints when available to ensure speed, and falls back to REST when not.

Installation

composer require empiriq/empiriq

1.0.x-dev -> v1.0.0-alpha.0

Similar projects