PHPackages                             kejvingl/order-tracker - 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. kejvingl/order-tracker

ActiveLibrary

kejvingl/order-tracker
======================

Laravel package that creates a blueprint for tracking, saving and displaying orders.

1.0.0(1y ago)014MITCSS

Since May 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kejvinGL/order-tracker)[ Packagist](https://packagist.org/packages/kejvingl/order-tracker)[ RSS](/packages/kejvingl-order-tracker/feed)WikiDiscussions master Synced 1mo ago

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

Order-Tracker
=============

[](#order-tracker)

[![Latest Stable Version](https://camo.githubusercontent.com/27a53bbb90faea6052eb088ad046f3536f310e42749b31034d5314546bb1b306/68747470733a2f2f706f7365722e707567782e6f72672f6b656a76696e676c2f6f726465722d747261636b65722f762f737461626c65)](https://packagist.org/packages/kejvingl/order-tracker)[![License](https://camo.githubusercontent.com/d58ff26a0a057d5d0cce37ed1353e26407b36bd13f497ceea21de1114fe11dd8/68747470733a2f2f706f7365722e707567782e6f72672f6b656a76696e676c2f6f726465722d747261636b65722f6c6963656e7365)](https://packagist.org/packages/kejvingl/order-tracker)[![Total Downloads](https://camo.githubusercontent.com/6aaed7b4691bd9be633abbc5e6489726791c72595546e9110fdfff362711587e/68747470733a2f2f706f7365722e707567782e6f72672f6b656a76696e676c2f6f726465722d747261636b65722f646f776e6c6f616473)](https://packagist.org/packages/kejvingl/order-tracker)

Requirements
------------

[](#requirements)

- PHP &gt;= 8.0;
- composer.
- yajra/laravel-datatables-oracle
- yajra/laravel-datatables-buttons
- maatwebsite/excel
- spatie/browsershot
- spatie/laravel-pdf

Features
--------

[](#features)

- PSR-4 autoloading compliant structure;

Installation
============

[](#installation)

```
composer require kejvingl/order-tracker

php artisan vendor:publish --tag=order-tracker

```

This will publish all neccesary structure to start implementing orders in your project:

- **/config/order-tracker.php** is where you can configure values and options relative to the use case
- **/Controllers/OrderController.php** The Controller in charge of handling Orders and the included views..
- **/resources/views** The optional premade views.
- **/public/css/app.css** Styling needed for views to function correctly.
- **/migrations** Migration needed to create the Orders table in the database.
- **routes/web.php** The routes which interact with orders.
- **/Exports/OrderExports.php** The configuration file for exporting orders as XLSX.
- **/Models/Order.php**
- **OrderTrackerServiceProvider.php**

Publishing All Resources:
-------------------------

[](#publishing-all-resources)

```
php artisan vendor:publish --tag=order-tracker

```

Publishing Config only:
-----------------------

[](#publishing-config-only)

```
php artisan vendor:publish --tag=order-tracker-config

```

Publishing Views &amp; Public only:
-----------------------------------

[](#publishing-views--public-only)

```
php artisan vendor:publish --tag=order-tracker-views

```

Publishing Model only:
----------------------

[](#publishing-model-only)

```
php artisan vendor:publish --tag=order-tracker-models

```

Publishing Migrations only:
---------------------------

[](#publishing-migrations-only)

```
php artisan vendor:publish --tag=order-tracker-migrations

```

. License
=========

[](#license)

Please refer to [LICENSE](https://github.com/GinoPane/composer-package-template/blob/master/LICENSE).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

725d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b003459340ca03a56e0692fcf3f59e1efd6d1d1e68da5d1e2ef5276ff7572ce?d=identicon)[Kejvingl](/maintainers/Kejvingl)

---

Top Contributors

[![kejvinn](https://avatars.githubusercontent.com/u/103861055?v=4)](https://github.com/kejvinn "kejvinn (1 commits)")

### Embed Badge

![Health badge](/badges/kejvingl-order-tracker/health.svg)

```
[![Health](https://phpackages.com/badges/kejvingl-order-tracker/health.svg)](https://phpackages.com/packages/kejvingl-order-tracker)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[yajra/laravel-datatables

Laravel DataTables Complete Package.

1035.8M51](/packages/yajra-laravel-datatables)[yajra/laravel-datatables-html

Laravel DataTables HTML builder plugin

2899.6M47](/packages/yajra-laravel-datatables-html)[yajra/laravel-datatables-buttons

Laravel DataTables Buttons Plugin.

2629.1M54](/packages/yajra-laravel-datatables-buttons)[wnx/sidecar-browsershot

A Sidecar function to run Browsershot on Lambda.

2331.5M5](/packages/wnx-sidecar-browsershot)

PHPackages © 2026

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