PHPackages                             tahiryasin/bagisto-reports - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tahiryasin/bagisto-reports

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tahiryasin/bagisto-reports
==========================

Sales, Inventory, Shipping, Refunds and Inventory reports for Bagisto opensource.

1.0.1(3y ago)225[1 issues](https://github.com/tahiryasin/bagisto-reports/issues)MITBlade

Since Mar 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tahiryasin/bagisto-reports)[ Packagist](https://packagist.org/packages/tahiryasin/bagisto-reports)[ Docs](https://github.com/tahiryasin/bagisto-reports)[ RSS](/packages/tahiryasin-bagisto-reports/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)DependenciesVersions (2)Used By (0)

Bagisto Reports Module
======================

[](#bagisto-reports-module)

Sales, Inventory, Shipping, Refunds and Inventory reports for Bagisto opensource.

Automatic Installation
----------------------

[](#automatic-installation)

1. Use command prompt to run this package `composer require tahiryasin/bagisto-reports`
2. Now open `config/app.php` and register reports provider.

```
'providers' => [
        // Reports provider
        Tahiryasin\Reports\Providers\ReportsServiceProvider::class,
]
```

5. Now run `php artisan config:cache`

Manual Installation
-------------------

[](#manual-installation)

1. Download the zip folder from the github repository.
2. Unzip the folder and go to your bagisto application path `package` and create a folder name `Tahiryasin/Reports/` upload `src` folder inside this path.
3. Now open `config/app.php` and register Reports provider.

```
'providers' => [
        // Reports provider
        Tahiryasin\Reports\Providers\ReportsServiceProvider::class,
]
```

4. Now open composer.json and go to `autoload psr-4`.

```
"autoload": {
        "psr-4": {
        "Tahiryasin\\Reports\\": "packages/Tahiryasin/Reports/src"
        }
    }
```

6. Now open the command prompt and run `composer dump-autoload`.
7. Now run `php artisan config:cache`
8. Now go to your bagisto super admin, you will find the `Reports/States` link under `Settings` menu.

Troubleshooting
---------------

[](#troubleshooting)

1. if anybody facing after placing a order you are not redirecting to payment gateway and getting a route error then simply go to `bootstrap/cache` and delete all the cache files.

For any help or customisation  or email us

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1209d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2690391?v=4)[Tahir Yasin](/maintainers/tahiryasin)[@tahiryasin](https://github.com/tahiryasin)

---

Top Contributors

[![tahiryasin](https://avatars.githubusercontent.com/u/2690391?v=4)](https://github.com/tahiryasin "tahiryasin (3 commits)")

---

Tags

bagistobagisto-packagebagisto-reportsbagisto-shopreportingbagistobagisto-reports

### Embed Badge

![Health badge](/badges/tahiryasin-bagisto-reports/health.svg)

```
[![Health](https://phpackages.com/badges/tahiryasin-bagisto-reports/health.svg)](https://phpackages.com/packages/tahiryasin-bagisto-reports)
```

###  Alternatives

[bagisto/laravel-datafaker

Create fake customers, categories and products in Bagisto.

24361.6k4](/packages/bagisto-laravel-datafaker)[farmos/farmos

A web-based farm record keeping application.

1.3k7.1k1](/packages/farmos-farmos)[nagy/laravel-rating

manage rating column for elqouent models

21622.4k](/packages/nagy-laravel-rating)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
