PHPackages                             ingoldsby/laravel-dashboard-shopify-tile - 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. [Admin Panels](/categories/admin)
4. /
5. ingoldsby/laravel-dashboard-shopify-tile

ActiveLibrary[Admin Panels](/categories/admin)

ingoldsby/laravel-dashboard-shopify-tile
========================================

A Shopify tile for Laravel Dashboard

2.0.0(3y ago)365[1 issues](https://github.com/ingoldsby/laravel-dashboard-shopify-tile/issues)MITPHPPHP ^8.0.2CI failing

Since Jun 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ingoldsby/laravel-dashboard-shopify-tile)[ Packagist](https://packagist.org/packages/ingoldsby/laravel-dashboard-shopify-tile)[ Docs](https://github.com/ingoldsby/laravel-dashboard-shopify-tile)[ RSS](/packages/ingoldsby-laravel-dashboard-shopify-tile/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

A tile to display Shopify information
=====================================

[](#a-tile-to-display-shopify-information)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b546010b1618a1ca661650ac34ec09375ad1ce97ebcd47b230801d13568fa42a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e676f6c647362792f6c61726176656c2d64617368626f6172642d73686f706966792d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ingoldsby/laravel-dashboard-shopify-tile)[![Total Downloads](https://camo.githubusercontent.com/cfefbd1879567940eb71b725c8b074937a3de8ad9488b90201033b4b49cca61d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e676f6c647362792f6c61726176656c2d64617368626f6172642d73686f706966792d74696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ingoldsby/laravel-dashboard-shopify-tile)

This tile can be used on [the Laravel Dashboard](https://docs.spatie.be/laravel-dashboard) to display Shopify information.

[![screenshot](https://user-images.githubusercontent.com/26500496/84368299-bab77800-ac18-11ea-981b-953a200e966a.png)](https://user-images.githubusercontent.com/26500496/84368299-bab77800-ac18-11ea-981b-953a200e966a.png)

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

[](#installation)

You can install the package via composer:

```
composer require ingoldsby/laravel-dashboard-shopify-tile
```

Shopify API credentials
-----------------------

[](#shopify-api-credentials)

Before using this tile you need to have created a [private app](https://help.shopify.com/en/manual/apps/private-apps) on the Shopify admin page and obtained an API key and password.

Usage
-----

[](#usage)

In the `dashboard` config file, you must add this configuration in the `tiles` key.

```
// in config/dashboard.php

return [
    // ...
    'tiles' => [
        'shopify' => [
            'store' => env('SHOPIFY_STORE'),
            'api_version' => env('SHOPIFY_API_VERSION'),
            'api_key' => env('SHOPIFY_API_KEY'),
            'password' => env('SHOPIFY_API_PASSWORD'),
        ]
    ],
];
```

In `app\Console\Kernel.php` you should schedule the `\Ingoldsby\ShopifyTile\Commands\FetchShopifyInfoCommand` to run. You can let it run every minute if you want. You could also run this less frequently if fast updates on the dashboard aren’t that important for this tile.

```
// in app/console/Kernel.php

protected function schedule(Schedule $schedule)
{
    // ...
    $schedule->command(\Ingoldsby\ShopifyTile\Commands\FetchShopifyInfoCommand::class)->everyMinute();
}
```

In your dashboard view you use the `livewire:shopify-tile` component.

```

```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Support Spatie
--------------

[](#support-spatie)

I have learnt a lot from Spatie's various packages, including [Mailcoach](https://mailcoach.app), and would recommend you check them out if you want to know more.

Learn how to create a package like theirs, by watching Spatie's premium video course:

[![Laravel Package training](https://camo.githubusercontent.com/4c7f3720a29525e627f6004ee367e55def510e45d18e6bc974725812fa5cf257/68747470733a2f2f7370617469652e62652f6769746875622f7061636b6167652d747261696e696e672e6a7067)](https://laravelpackage.training)

Spatie invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support them by [buying one of their paid products](https://spatie.be/open-source/support-us).

Credits
-------

[](#credits)

- [Ingoldsby](https://github.com/ingoldsby)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Every ~443 days

Total

3

Last Release

1278d ago

Major Versions

1.1.0 → 2.0.02022-11-12

PHP version history (2 changes)1.0.0PHP ^7.4

2.0.0PHP ^8.0.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/66962c309dbebc0729e060b3062fd0fa0871a7d9bcd32ec79ca405f730690b60?d=identicon)[ingoldsby](/maintainers/ingoldsby)

---

Top Contributors

[![ingoldsby](https://avatars.githubusercontent.com/u/26500496?v=4)](https://github.com/ingoldsby "ingoldsby (2 commits)")

---

Tags

ingoldsbylaravel-dashboard-shopify-tile

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ingoldsby-laravel-dashboard-shopify-tile/health.svg)

```
[![Health](https://phpackages.com/badges/ingoldsby-laravel-dashboard-shopify-tile/health.svg)](https://phpackages.com/packages/ingoldsby-laravel-dashboard-shopify-tile)
```

###  Alternatives

[fidum/laravel-dashboard-chart-tile

Generic chart tiles for laravel dashboard

16234.7k1](/packages/fidum-laravel-dashboard-chart-tile)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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