PHPackages                             badinansoft/table-footer - 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. badinansoft/table-footer

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

badinansoft/table-footer
========================

A Laravel Nova tool for adding a footer to a table, that will calculate the total of the columns

1.0.1(4y ago)414.8k↑25%4[1 PRs](https://github.com/badinansoft/table-footer/pulls)MITVuePHP &gt;=7.1.0

Since Apr 20Pushed 3y ago2 watchersCompare

[ Source](https://github.com/badinansoft/table-footer)[ Packagist](https://packagist.org/packages/badinansoft/table-footer)[ RSS](/packages/badinansoft-table-footer/feed)WikiDiscussions master Synced 1mo ago

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

Table footer
============

[](#table-footer)

This [Laravel Nova](https://nova.laravel.com) package is used for calculating the total of every column that supports every function you need.

[![Detail View](https://camo.githubusercontent.com/40bdeff76c12a96677c5d1e8f8b872f3451f965bedc45599e50dea2ce6d0f4a8/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f546f74616c25323046696c6564253230666f72253230696e6465782e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d626164696e616e736f66742532467461626c652d666f6f746572267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d546869732b7061636b616765732b7573652b666f722b746f74616c2b2b6f662b65766572792b636f6c756d6e732b61732b66756e6374696f6e2b796f752b6e6565642b266d643d312673686f7757617465726d61726b3d3126666f6e7453697a653d313030707826696d616765733d63616c63756c61746f72267769647468733d6175746f)](https://camo.githubusercontent.com/40bdeff76c12a96677c5d1e8f8b872f3451f965bedc45599e50dea2ce6d0f4a8/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f546f74616c25323046696c6564253230666f72253230696e6465782e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d626164696e616e736f66742532467461626c652d666f6f746572267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d546869732b7061636b616765732b7573652b666f722b746f74616c2b2b6f662b65766572792b636f6c756d6e732b61732b66756e6374696f6e2b796f752b6e6565642b266d643d312673686f7757617465726d61726b3d3126666f6e7453697a653d313030707826696d616765733d63616c63756c61746f72267769647468733d6175746f)

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

[](#requirements)

- `php: >=7.4`
- `laravel/nova: ^3.0`

### Note: May this packge don't work with nova 4

[](#note-may-this-packge-dont-work-with-nova-4)

Features
--------

[](#features)

- Add a footer to any index table you want.
- Any calculatable columns you want you can get total
- Support this function
    - sum
    - count
    - avg
    - min
    - max

Screenshot
----------

[](#screenshot)

[![Detail View](https://camo.githubusercontent.com/4a588036a5f157a98ad718a84f08fec6cb35a0709fe16f6814fedb9cd3dc5152/68747470733a2f2f6d65646961342e67697068792e636f6d2f6d656469612f6e574a7144326f7966455963386e4c767a462f67697068792e6769663f6369643d373930623736313136353265636539383061376331343939613238383636333430333535376139393637623539336539267269643d67697068792e6769662663743d67)](https://camo.githubusercontent.com/4a588036a5f157a98ad718a84f08fec6cb35a0709fe16f6814fedb9cd3dc5152/68747470733a2f2f6d65646961342e67697068792e636f6d2f6d656469612f6e574a7144326f7966455963386e4c767a462f67697068792e6769663f6369643d373930623736313136353265636539383061376331343939613238383636333430333535376139393637623539336539267269643d67697068792e6769662663743d67)

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

[](#installation)

Install the package in a Laravel Nova project via Composer:

```
composer require badinansoft/table-footer
```

Usage
-----

[](#usage)

To use these packages just need to install the package by the above command then for any resource any index filed add this method:-

```
     ID::make(__('ID'), 'id')->calculate('count',__('Total Count')),
```

By above code in the footer of the ID column will show the total count of the id's The ` calculate($function,$label,$symbol='')` accept 3 argument as you see also support localization 2 arguments are required but $symbol is not required just for adding the symbol of the currency end of the amount

```
     Number::make(__('Amount'),'amount')
                ->calculate('avg',__('Average Amount'),'$'),
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~0 days

Total

2

Last Release

1489d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/66379072?v=4)[BadinanSoft](/maintainers/badinansoft)[@badinansoft](https://github.com/badinansoft)

![](https://avatars.githubusercontent.com/u/6207967?v=4)[shahab zebari](/maintainers/shahabzebare)[@shahabzebare](https://github.com/shahabzebare)

---

Top Contributors

[![badinansoft](https://avatars.githubusercontent.com/u/66379072?v=4)](https://github.com/badinansoft "badinansoft (3 commits)")[![ibrahimalkhalafalnimer](https://avatars.githubusercontent.com/u/93493711?v=4)](https://github.com/ibrahimalkhalafalnimer "ibrahimalkhalafalnimer (1 commits)")

---

Tags

laraveltablenovaBadinanSoftShahab Zebari

### Embed Badge

![Health badge](/badges/badinansoft-table-footer/health.svg)

```
[![Health](https://phpackages.com/badges/badinansoft-table-footer/health.svg)](https://phpackages.com/packages/badinansoft-table-footer)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[optimistdigital/nova-resizable

Simple Laravel Nova tool to enable column resizing

1818.9k](/packages/optimistdigital-nova-resizable)[digital-creative/expandable-table-row

Provides an easy way to append extra data to each row of your resource tables.

1617.6k](/packages/digital-creative-expandable-table-row)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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