PHPackages                             robbens/laravel-dashboard-upsales - 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. robbens/laravel-dashboard-upsales

ActiveLibrary

robbens/laravel-dashboard-upsales
=================================

Upsales

2.0(5y ago)06[1 issues](https://github.com/robbens/laravel-dashboard-upsales/issues)MITPHPPHP ^7.4CI failing

Since Jun 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/robbens/laravel-dashboard-upsales)[ Packagist](https://packagist.org/packages/robbens/laravel-dashboard-upsales)[ Docs](https://github.com/robbens/laravel-dashboard-upsales)[ RSS](/packages/robbens-laravel-dashboard-upsales/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (2)Dependencies (4)Versions (6)Used By (0)

Tile for Upsales CRM
====================

[](#tile-for-upsales-crm)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fba62f0ff761161a2e039ed0378739fbb376f3df742bc6e6cf8abcb7e73f22ba/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726f6262656e732f6c61726176656c2d64617368626f6172642d757073616c65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/robbens/laravel-dashboard-upsales)[![GitHub Tests Action Status](https://camo.githubusercontent.com/12cd9949f7350d4f7d16961ffb8eb6e10637fe796806d430b8dd68301a2020f6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f726f6262656e732f6c61726176656c2d64617368626f6172642d757073616c65732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/robbens/laravel-dashboard-upsales/actions?query=workflow%3Arun-tests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/6b401b7b4aad5a13edc721a1a40c5ce57c60b13de7ffc35f9eb996a623791d2d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726f6262656e732f6c61726176656c2d64617368626f6172642d757073616c65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/robbens/laravel-dashboard-upsales)

Tiles for [Laravel Dashboard](https://docs.spatie.be/laravel-dashboard) that shows total and latest [Upsales](https://www.upsales.com/) data.

[![img](docs/latest-sales.png)](docs/latest-sales.png)

[![img](docs/total-sales.png)](docs/total-sales.png)

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

[](#installation)

You can install the package via composer:

```
composer require robbens/laravel-dashboard-upsales
```

Usage
-----

[](#usage)

In your dashboard view.

```

```

Configure `config/dashboard.php`.

How to generate a token can be found [here](https://support.upsales.com/hc/en-us/articles/360010164973-Generating-an-API-Key).

```
[
    // ...
    'tiles' => [
        'upsales' => [
            'token' => 'xxxxxxxxxxxx',
            'total-sales' => [
                'from-date' => \Carbon\Carbon::now()->firstOfMonth(), // Date in the past to fetch data from. Can be a Carbon instance or days as integer
            ],
            'latest-sales' => [
                'from-date' => \Carbon\Carbon::now()->subDays(30), // Date in the past to fetch data from. Can be a Carbon instance or days as integer
            ]
        ],
    ]
]
```

Schedule the command in `app/Console/Kernel.php`.

```
protected function schedule(Schedule $schedule)
{
    $schedule->command(\Robbens\UpsalesTile\FetchLatestSalesFromUpsalesCommand::class)->everyMinute();
    $schedule->command(\Robbens\UpsalesTile\FetchTotalSalesFromUpsalesCommand::class)->everyMinute();
}
```

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.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~23 days

Total

5

Last Release

2074d ago

Major Versions

v0.1.3 → 2.02020-09-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/4844fc0807ac0745b0dbb528ab6966fc775868ac442a698457026ab66e9bc513?d=identicon)[robbens](/maintainers/robbens)

---

Top Contributors

[![robbens](https://avatars.githubusercontent.com/u/12089594?v=4)](https://github.com/robbens "robbens (8 commits)")

---

Tags

robbenslaravel-dashboard-upsales

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/robbens-laravel-dashboard-upsales/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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