Software Alternatives, Accelerators & Startups

PremiumGuardHQ VS php eventloop

Compare PremiumGuardHQ VS php eventloop and see what are their differences

Note: These products don't have any matching categories. If you think this is a mistake, please edit the details of one of the products and suggest appropriate categories.

PremiumGuardHQ logo PremiumGuardHQ

The complete tool suite for wheel traders. Whether you sell cash-secured puts, write covered calls, or run the full wheel, PremiumGuardHQ auto-detects every cycle and shows your real premium yield, capital at risk, and the income that is safe to take

php eventloop logo php eventloop

a simple non blocking and async event loop written in php
  • PremiumGuardHQ Wheel Tracker Open Cycles
    Wheel Tracker Open Cycles //
    2026-07-24
  • PremiumGuardHQ Open Cycle Ticker Detail
    Open Cycle Ticker Detail //
    2026-07-24
  • PremiumGuardHQ Automated Insights
    Automated Insights //
    2026-07-24
  • PremiumGuardHQ Stock Scorecard
    Stock Scorecard //
    2026-07-24
  • PremiumGuardHQ Closed Cycle Analysis
    Closed Cycle Analysis //
    2026-07-24
  • PremiumGuardHQ Closed Cycle Ticker Review
    Closed Cycle Ticker Review //
    2026-07-24
  • PremiumGuardHQ Wheel Portfolio Analytics
    Wheel Portfolio Analytics //
    2026-07-24
  • PremiumGuardHQ Safe Income Withdraw Recommendations
    Safe Income Withdraw Recommendations //
    2026-07-24

PremiumGuardHQ is the analytics platform for self-directed investors running the options wheel strategy. Connect a broker or import a CSV, and it detects every covered call and cash-secured put cycle from your trade data. No manual tagging, no spreadsheet formulas that break the day a position assigns.

The core problem it solves: the numbers on your broker screen are not your real numbers. Cost basis gets adjusted through assignments and premiums received, so most wheel traders cannot say what they actually earned. PremiumGuardHQ reconciles cost basis through every assignment and separates Premium P/L, Equity P/L, and Net P/L per cycle, with the full methodology published on the site.

The suite is five screens:

  • Wheel tracker: every open wheel with live prices, real cost basis, and the adjusted breakeven that sets your next covered-call strike.
  • Safe Withdrawal Engine: how much income you can pay yourself, sourced from closed-cycle profit and floored at a target equity level, so withdrawals never erode the capital that generates the income.
  • Automated insights: each account is checked overnight and after every sync. Earnings inside your expiration week, a short put drifting near the money, concentration past your cap, fills slipping from the strategy you declared: flagged with the numbers behind it. It never tells you what to trade.
  • Review book: every closed wheel written up on sync, from a per-ticker scorecard down to the legs of a single cycle.
  • Portfolio analytics: capital at risk by position, concentration against your declared cap, and premium yield against the capital that earned it.

Broker sync is read-only so PremiumGuardHQ can never place trades. The Free plan is free forever, no credit card: broker auto-sync, open positions, live quotes, and your last 20 closed cycles. Pro adds unlimited history, withdrawal recommendations, insights, and the scorecard, with a 14-day free trial.

  • php eventloop Landing page
    Landing page //
    2023-07-27

PremiumGuardHQ

$ Details
freemium $49 / Monthly
Platforms
Stripe
Release Date
2026 February
Startup details
Country
United States
State
PA
City
Doylestown
Founder(s)
Michael O'Donnell
Employees
1 - 9

php eventloop

Website
github.com
Pricing URL
-
$ Details
-
Platforms
-
Release Date
-

PremiumGuardHQ features and specs

  • Automatic cycle detection
    Rebuilds full trading history into wheel, standalone, and zero-duration cycles from raw broker fills. No manual tagging or trade entry
  • 14-event trade classification
    Every broker row is mapped to one of 14 trade events, with same-day ordering rules so assignments always process before sells.
  • Adjusted cost basis engine
    Weighted-average cost, put-assignment cost, and call-exercise cost tracked through every assignment and premium collected.
  • Per-cycle P/L accounting
    Premium P/L, Equity P/L, and Net P/L computed for every cycle, each traceable to the underlying fills.
  • Cycle ledger
    Drill into any cycle and see every leg that built it.
  • Full-history backfill
    Import years of history and the engine reconstructs every cycle; recalculation on demand.
  • Precision arithmetic
    All money math runs on decimal arithmetic, never floating point, so P/L doesn't drift across thousands of trades.
  • Safe Withdrawal Engine
    Computes what you can withdraw from realized closed-cycle profit against your own target equity level, using three-scenario gap logic.
  • Withdrawal logging
    Record actual withdrawals per account with dates and notes.
  • Capital at risk
    Peak true dollar exposure per position and per cycle, including assigned shares and pending obligations, not just margin.
  • Capital composition
    Open capital split across open cycle equity, unresolved sold options, and standalone options.
  • Deep-dive dashboard metrics
    Win rate, premium yield, net P&L, capital deployed, capital efficiency, average win, average days in cycle, equity drag, and max realized drawdown.
  • Time-range filtering
    Dashboards and ledgers filterable by period.
  • Stock scorecard
    Every ticker ranked by net P&L with cycle count, win rate, premium/equity split, top and bottom tiers, and active insight flags inline.
  • 18-rule insights engine
    Three rule families: open risk, track record, and strategy conformance. Every rule documented on the public methodology page.
  • Overnight and post-sync runs
    Every account is re-read nightly and after each sync.
  • Earnings awareness
    Flags earnings dates landing inside an expiration week.
  • Strategy profiles
    Declare your target annual return, concentration cap, strikes-OTM range, and DTE limits; the engine measures your fills against them and reports drift.
  • Insight lifecycle
    Severity levels, acknowledge one or all, automatic aging and dedupe so stale flags don't pile up.
  • Read-only broker auto-sync
    Schwab (OAuth), Interactive Brokers (Flex token), Robinhood and Fidelity (SnapTrade). Nightly sync, read-only by construction; no code path can place a trade.
  • CSV import with format auto-detection
    Drop a broker export; the format is detected, trades classified, and duplicates skipped on re-import. Import preview and batch history included.
  • Broker-to-account linking
    Connect a broker to an account that started as CSV without losing its history
  • Multi-account, multi-broker
    Multiple accounts normalized into one dashboard with account switching
  • Transfer reconciliation
    Classify deposits, withdrawals, and transfers (including splitting mixed events) so equity P/L is never confused with cash flows.
  • Live stock quotes
    Fresh quotes on every page load, with open positions marked to market.
  • Guided setup wizard
    Connect a broker or CSV, classify transfers, and declare your strategy in one onboarding flow.
  • Trade ledger
    Every raw trade with server-side symbol, action, and date filtering.
  • In-app help center
    Step-by-step product guides with screenshots.
  • In-app feedback widget
    Report issues or suggestions from any screen.
  • Self-serve billing
    Free plan forever, 14-day Pro trial with no card, Stripe-managed upgrade and cancellation, and account deletion with a grace window.

php eventloop features and specs

  • Simple and lightweight
    The library provides a minimalistic implementation of an event loop in PHP, making it easy to understand and integrate into small projects without heavy dependencies.
  • Educational value
    As a straightforward PHP event loop implementation, it serves as a great learning resource for developers wanting to understand how event loops and asynchronous programming concepts work under the hood in PHP.
  • Non-blocking I/O support
    The library enables non-blocking I/O operations in PHP, allowing developers to handle multiple tasks concurrently without relying on multi-threading, which PHP does not natively support well.
  • Timer and periodic task support
    It provides built-in support for timers and periodic tasks, enabling developers to schedule recurring operations or delayed execution within the event loop.
  • Pure PHP implementation
    The library is written in pure PHP without requiring external C extensions, making it portable and easy to install across different PHP environments without special compilation steps.

Possible disadvantages of php eventloop

  • Limited community and support
    The project has a very small community with minimal stars, forks, and contributors on GitHub, which means limited peer support, fewer bug reports, and potentially slower issue resolution.
  • Not production-ready
    Given its small scale and limited adoption, the library may not be battle-tested enough for production environments where reliability, performance, and stability are critical.
  • Limited features compared to alternatives
    More established PHP async libraries like ReactPHP, AmpPHP, and others offer far more comprehensive ecosystems with HTTP servers, database clients, and stream handling that this library lacks.
  • Performance limitations
    Being a pure PHP implementation without leveraging extensions like ev, libuv, or swoole, the event loop may suffer from performance bottlenecks compared to extension-backed alternatives when handling high concurrency.
  • Poor documentation
    The repository has minimal documentation and examples, making it difficult for new users to understand the full API, edge cases, and best practices for using the library effectively.

Analysis of php eventloop

Overall verdict

  • php-eventloop is a lightweight event loop implementation for PHP that provides a solid, minimalistic solution for developers wanting to implement asynchronous, non-blocking behavior without adopting a full framework like ReactPHP or Amp. It's good for learning purposes and simpler use cases, though it lacks the extensive ecosystem, tooling, and production hardening of more established async libraries.

Why this product is good

  • Lightweight and simple to understand, making it easy to integrate into small projects
  • Useful for learning how event loops work under the hood in PHP
  • Minimal dependencies compared to larger async frameworks
  • Open source and available for inspection/modification on GitHub
  • Can be a good starting point for building custom async solutions

Recommended for

  • Developers learning about event-driven programming in PHP
  • Small projects needing basic async functionality without heavy dependencies
  • Educational purposes and understanding event loop internals
  • Prototyping simple non-blocking I/O operations
  • Developers who want full control over a minimal event loop implementation

Category Popularity

0-100% (relative to PremiumGuardHQ and php eventloop)
Options Trading
100 100%
0% 0
Eventloop
0 0%
100% 100
Finance
100 100%
0% 0
PHP
0 0%
100% 100

Questions & Answers

As answered by people managing PremiumGuardHQ and php eventloop.

What makes your product unique?

PremiumGuardHQ's answer

PremiumGuardHQ is built specifically for the wheel options strategy, not generic trade journaling. Connect your brokerage account and it automatically detects complete wheel cycles from your actual fills (cash-secured put, assignment, covered calls, called away) with no manual tagging or trade-by-trade data entry. It then reconciles cost basis, separates premium P&L from equity P&L, and computes how much income you can safely withdraw without eroding your capital base. That last question is the one no journal or spreadsheet answers.

Why should a person choose your product over its competitors?

PremiumGuardHQ's answer

Most alternatives are journals: you type in or tag every trade yourself, and the analysis breaks the moment you fall behind. PremiumGuardHQ syncs directly with your broker so your books stay current whether you remember to update them or not. It also answers questions that matter specifically to wheel traders: real premium yield, equity P&L net of assignments, capital at risk by position, and a safe withdrawal number. After every sync your whole account is reviewed, and risk, strategy drift, and track-record patterns surface as graded insights. There is a free plan, and Pro comes with a 14-day trial with no credit card required.

How would you describe the primary audience of your product?

PremiumGuardHQ's answer

Self-directed options traders running the wheel strategy who treat premiums as a real income source, ranging from people supplementing a salary to people funding their lifestyle from their portfolio. They typically trade at Schwab, Interactive Brokers, Robinhood, or Fidelity, and they care about two questions: am I actually making money after assignments, and how much can I withdraw without shrinking my base.

What's the story behind your product?

PremiumGuardHQ's answer

Founder Michael O'Donnell is a lifelong entrepreneur who sold his previous company, Cave Tools (barbecue tools e-commerce), in 2021 and began trading the wheel with his own capital. He was originally taught to withdraw premiums immediately as income. That worked until a downturn assigned him stock below cost basis and he realized he was quietly eroding his equity base, while broker cost-basis adjustments made the displayed numbers untrustworthy. He built an internal tool to answer three questions: what's my real premium yield, what's my equity P&L net of assignments, and how much is safely withdrawable. Conversations with other wheel traders surfaced the same gap, so the internal tool became PremiumGuardHQ.

Which are the primary technologies used for building your product?

PremiumGuardHQ's answer

The application is built with Next.js, React, and TypeScript, running on Vercel, with Supabase (Postgres) as the data layer and Stripe for billing. Brokerage data flows in through official broker API integrations and the SnapTrade connectivity platform, alongside CSV import. The marketing website is built with Astro.

Who are some of the biggest customers of your product?

PremiumGuardHQ's answer

PremiumGuardHQ serves individual investors rather than companies, so there are no enterprise logos to share, and customer identities stay private. The user base is self-directed wheel traders at mainstream brokerages

User comments

Share your experience with using PremiumGuardHQ and php eventloop. For example, how are they different and which one is better?
Log in or Post with

What are some alternatives?

When comparing PremiumGuardHQ and php eventloop, you can also consider the following products

Track Theta - Import your covered sell put or sell call positions, track them in the options area and if assigned your future covered calls or puts would automatically be added under the same wheel so you can easily track your adjusted/break-even price

ThetaPal - Track your options wheel strategy with AI-powered roll recommendations. Auto-sync from Schwab, Fidelity, Robinhood & 15+ brokerages. Monitor insider trades, politician trades, dividends, earnings, and more.

Option Tracker - Portfolio management and trade analytics for US options traders

CoverEdge - CoverEdge is the AI-powered Options Income Portfolio Management Software for covered call, cash-secured put, and wheel investors. Screener, Research, Rolls, Ledger-grade P&L. 14-day Pro trial, no credit card. 20+ US & Canadian broker sync.

FlashAlpha - Real-time options analytics API - Greeks, gamma exposure, SVI vol surfaces for 6,000+ underlyings. Free tier available.

Optioneer - Options portfolio tracker for retail traders with real-time P&L, Greeks, and multi-leg strategy support.