sylius/gmvbundle — explained in plain English
Analysis updated 2026-08-04 · repo last pushed 2024-12-11
Check total product sales revenue for a specific date range from the terminal.
Get per-currency GMV breakdowns for international stores selling in multiple currencies.
Quickly pull last year's gross merchandise value without building a custom report.
| sylius/gmvbundle | abolix/bitcart-woocommerce | anikchand461/anyonehere | |
|---|---|---|---|
| Stars | — | — | 0 |
| Language | PHP | PHP | PHP |
| Last pushed | 2024-12-11 | 2024-04-08 | — |
| Maintenance | Stale | Dormant | — |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | ops devops | pm founder | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing Sylius e-commerce installation with completed order data in the database.
GmvBundle is a tool for online stores built on Sylius, an e-commerce platform. It calculates your Gross Merchandise Value (GMV), the total dollar amount of products sold, over a specific time period, so you can quickly see how your store is performing without manually pulling data or building reports. You run a simple command from your server's terminal, optionally specifying a start and end month. If you don't provide dates, it defaults to the last full year. The tool then looks at your store's completed orders, strips out taxes and shipping costs (so you're left with just the actual product sales), and prints out the total. If your store sells in multiple currencies, it can report the GMV broken down by each currency, which is helpful for international shops. This is designed for store owners or operators who already use Sylius and need a quick, no-frills way to pull revenue numbers. For example, if you want to know how much product you sold between January and May 2024, you run one command and get a clean total back. It's a reporting utility rather than a full analytics dashboard, it gives you the headline number and nothing more. The bundle is intentionally lightweight. It runs locally as a command-line tool, meaning there's no web interface or visual dashboard. You get a straightforward text output with your GMV figure. This makes it fast and simple to use, but it's not suited for anyone who needs interactive charts, recurring automated reports, or deeper breakdowns by product category. It does one specific job and keeps things minimal, which is exactly what some teams need when they just want a quick figure without the overhead of a larger reporting system.
A command-line tool for Sylius online stores that calculates total product sales revenue (GMV) over a date range, excluding taxes and shipping. It prints a simple text total, with optional per-currency breakdowns for international shops.
Mainly PHP. The stack also includes PHP, Sylius, Symfony Console.
Stale — no commits in 1-2 years (last push 2024-12-11).
No license information was provided in the explanation, so usage rights are unclear.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.