PHPackages                             opositatest/report-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. opositatest/report-bundle

AbandonedArchivedSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

opositatest/report-bundle
=========================

Bundle to show statistics over a project ecommerce with sylius

v1.0.0(8y ago)5547MITPHPPHP ^7.1

Since Sep 7Pushed 8y ago10 watchersCompare

[ Source](https://github.com/opositatest/ReportBundle)[ Packagist](https://packagist.org/packages/opositatest/report-bundle)[ Docs](http://opositatest.com)[ RSS](/packages/opositatest-report-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (3)Used By (0)

OposReportBundle
================

[](#oposreportbundle)

Bundle to show statistics over a project ecommerce with Sylius.

Installation
------------

[](#installation)

### Step 1: Install Sylius 1.0

[](#step-1-install-sylius-10)

```
$ wget http://getcomposer.org/composer.phar
$ php composer.phar create-project sylius/sylius-standard path/to/install
$ cd path/to/install
$ php app/console sylius:install
```

### Step 2: Install the bundle via composer

[](#step-2-install-the-bundle-via-composer)

Add manually the following line to the `composer.json` file:

```
{
    "require": {
        // ...
        "opositatest/report-bundle": "^1.0"
    }
}
```

### Step 3: Enable the bundle

[](#step-3-enable-the-bundle)

Enable the bundles in the kernel:

```
