Download the PHP package fostercommerce/commerce-reports without Composer

On this page you can find all versions of the php package fostercommerce/commerce-reports. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package commerce-reports

Commerce Reports

Commerce Reports is a plugin intended to provide better insights and statistics into your sales within Craft Commerce.

Overview

There are three core pages that provide insights into sales: orders, customers and items sold. From the items sold page, you can navigate to a page that shows.

From each of the pages, you can filter the data in various ways.

Orders

The "Orders" page gives you an overview of all orders made for a given date range, providing an overview of the average value and unique items in an order, along with the total number of orders.

Customers

The "Customers" page gives you an overview of the customers that have made orders for a given date range, including a list of the top locations orders are made from.

Items Sold

The "Items Sold" page gives you an overview of the items sold in orders for a given date range. It supports filtering by a given product type in addition to custom Verbb Events.

Products

The "Products" page gives you an overview of the orders made for a given product.

Setup

Requirements

This plugin requires Craft 4, Craft Commerce 4 and at least PHP 8 to install.

Installation

This plugin supports installation from Composer.

Installing via Craft Plugin Store

This plugin is not currently available on the Craft plugin store yet.

Installing via Composer

You can add the package to your project using Composer and the command line using the below as a reference.

Open your terminal of choice and go to your Craft project:

cd /path/to/project

Tell Composer to require the plugin and then Craft to install it:

composer require fostercommerce/variant-manager && php craft plugin/install variant-manager

Note that if you would like to install a specific branch you can do the following (note the "dev-" prefix):

composer require fostercommerce/variant-manager "dev-{branch-name}"

If you would like to install a specific version you can do the following:

composer require fostercommerce/variant-manager "1.0.1"

Installing the Beta via Composer

To install the beta specifically using Composer, you would need to set the minimum stability for the package to beta which can be done like so:

composer require fostercommerce/variant-manager "^1.0.1@beta"

Help

I have an idea for a new feature. Where do I share it?

We're open to new ideas and encourage you to please submit your idea to GitHub Issues.

I found a bug or have a concern. Where do I share it?

Like ideas, please submit the bug/concern to GitHub Issues.

We'd ask that you be as detailed as possible and always include the versions of Craft, Craft Commerce and our plugin.

If we don't respond in a reasonable amount of time (72 Hours), please send us an email at [email protected].


All versions of commerce-reports with dependencies

PHP Build Version
Package Version
Requires craftcms/cms Version ^4.0.0
craftcms/commerce Version ^4.2.11
moneyphp/money Version ^4.0.0
php Version ^8.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package fostercommerce/commerce-reports contains the following files

Loading the files please wait ....