PHPackages                             parabellumkoval/backpack-transactions - 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. parabellumkoval/backpack-transactions

ActiveLibrary

parabellumkoval/backpack-transactions
=====================================

Implement transactions API &amp; CRUD for backpack

0.1.x-dev(2y ago)01881MITPHP

Since Feb 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/parabellumKoval/backpack-transactions)[ Packagist](https://packagist.org/packages/parabellumkoval/backpack-transactions)[ Docs](https://github.com/parabellumkoval/backpack-transactions)[ RSS](/packages/parabellumkoval-backpack-transactions/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Backpack-profile
================

[](#backpack-profile)

[![Build Status](https://camo.githubusercontent.com/0d66702030dae3d9900344780a3ed2637dba751f8b062d84466e95ca6fa94127/68747470733a2f2f7472617669732d63692e6f72672f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d7472616e73616374696f6e732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/parabellumKoval/backpack-transactions)[![Coverage Status](https://camo.githubusercontent.com/3c6f4fba3d42cc9e0781de352d1688a087704a96fa43d66d7990dbe3fe85ec40/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d7472616e73616374696f6e732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/parabellumKoval/backpack-transactions?branch=master)

[![Packagist](https://camo.githubusercontent.com/f59a6f0b2984159415146d4365f0eecb51c0ac8859d9add857fb512c546ce003/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d7472616e73616374696f6e732e737667)](https://packagist.org/packages/parabellumKoval/backpack-transactions)[![Packagist](https://camo.githubusercontent.com/a77d17ef11b96370bf925fa43f918be464fa641f0a13ce57da2a819690027766/68747470733a2f2f706f7365722e707567782e6f72672f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d7472616e73616374696f6e732f642f746f74616c2e737667)](https://packagist.org/packages/parabellumKoval/backpack-transactions)[![Packagist](https://camo.githubusercontent.com/4b68bb0f76085b70865a6e412df098efb82ab458f0d43b4d15b9ac138c2680b5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d7472616e73616374696f6e732e737667)](https://packagist.org/packages/parabellumKoval/backpack-transactions)

This package provides a quick starter kit for implementing a transactions system for Laravel Backpack. Provides a database, CRUD interface, API routes and more.

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

[](#installation)

Install via composer

```
composer require parabellumkoval/backpack-transactions
```

Migrate

```
php artisan migrate
```

### Publish

[](#publish)

#### Configuration File

[](#configuration-file)

```
php artisan vendor:publish --provider="Backpack\Transactions\ServiceProvider" --tag="config"
```

#### Views File

[](#views-file)

```
php artisan vendor:publish --provider="Backpack\Transactions\ServiceProvider" --tag="views"
```

#### Migrations File

[](#migrations-file)

```
php artisan vendor:publish --provider="Backpack\Transactions\ServiceProvider" --tag="migrations"
```

#### Routes File

[](#routes-file)

```
php artisan vendor:publish --provider="Backpack\Transactions\ServiceProvider" --tag="routes"
```

Usage
-----

[](#usage)

### Seeders

[](#seeders)

```
php artisan db:seed --class="Backpack\Transactions\database\seeders\TransactionsSeeder"
```

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [](https://github.com/parabellumKoval/backpack-transactions)
- [All contributors](https://github.com/parabellumKoval/backpack-transactions/graphs/contributors)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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

871d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a9edb05ebf647a1976e4dbf92497c0186607984165f62b97b6498a01e9141ab?d=identicon)[parabellumKoval](/maintainers/parabellumKoval)

---

Top Contributors

[![parabellumKoval](https://avatars.githubusercontent.com/u/27732309?v=4)](https://github.com/parabellumKoval "parabellumKoval (37 commits)")

---

Tags

laraveltransactionswalletbackpackbillsparabellumKoval

### Embed Badge

![Health badge](/badges/parabellumkoval-backpack-transactions/health.svg)

```
[![Health](https://phpackages.com/badges/parabellumkoval-backpack-transactions/health.svg)](https://phpackages.com/packages/parabellumkoval-backpack-transactions)
```

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[firefly-iii/data-importer

Firefly III Data Import Tool.

7545.8k](/packages/firefly-iii-data-importer)[backpack/backupmanager

Admin interface for managing backups in Backpack, on Laravel 5.2+

340375.9k2](/packages/backpack-backupmanager)[backpack/theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.

35536.5k](/packages/backpack-theme-tabler)[021/laravel-wallet

Reliable and flexible wallet system for Laravel

2785.2k](/packages/021-laravel-wallet)[maurohmartinez/impersonate-users-backpack-laravel

A simple package that adds the impersonate operation for admins

118.8k](/packages/maurohmartinez-impersonate-users-backpack-laravel)

PHPackages © 2026

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