PHPackages                             rndediiv2/smart-dev-table - 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. rndediiv2/smart-dev-table

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

rndediiv2/smart-dev-table
=========================

A php native class pagination with laravel, bootstrap

v0.1-alpha(7y ago)05MITJavaScript

Since May 30Pushed 7y agoCompare

[ Source](https://github.com/rndediiv2/SmartDevTable)[ Packagist](https://packagist.org/packages/rndediiv2/smart-dev-table)[ RSS](/packages/rndediiv2-smart-dev-table/feed)WikiDiscussions master Synced 2mo ago

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

SmartDevTable
=============

[](#smartdevtable)

A native class pagination with [Laravel](https://github.com/laravel/laravel), [Bootstrap](https://getbootstrap.com), [Bootstrap3 Dialog](https://github.com/nakupanda/bootstrap3-dialog), [Bootstrap Material Datepicker](https://github.com/T00rk/bootstrap-material-datetimepicker) and [alertifyjs](https://alertifyjs.org/)

About
-----

[](#about)

Currently this package is only used for the purposes of our internal development

### Installation

[](#installation)

Require the `rndediiv2/smart-dev-table` package in your `composer.json` and update your dependencies:

```
$ composer require rndediiv2/smart-dev-table

```

Add the SmartDevTable\\SmartDevTableServiceProvider to your `config/app.php` providers array:

```
rndediiv2\SmartDevTable\SmartDevTableServiceProvider::class,

```

If you want, you can use the facade. Add the reference in `config/app.php` to your aliases array.

```
'SmartDevTable' => rndediiv2\SmartDevTable\Facade\SmartDevTable::class,

```

### Configuration

[](#configuration)

To get started, you'll need to publish all vendor assets:

```
$ php artisan vendor:publish

```

This will copy file into directory below :

```
- public/css/SmartDevTable.css
- public/js/SmartDevTable.js
- public/css/bootstrap-dialog.min.css
- public/js/bootstrap-dialog.min.js
- public/css/bootstrap-material-datetimepicker.css
- public/js/bootstrap-material-datetimepicker.js
- public/js/moment.js

```

and include this file on your body html

```
----
Your html content
----

{!! $smartTable; !!}

```

### Usage

[](#usage)

In your controller, put your code like this

`use rndediiv2\SmartDevTable\Facade\SmartDevTable;`

### Documentation

[](#documentation)

See at [SmartDevTable Wiki](https://github.com/rndediiv2/SmartDevTable/wiki)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.8% 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

2902d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/32e2d5122cc19432aabd71c2280ef38c71ff98fc5481ee4cc8975f67e545e6c9?d=identicon)[rndediiv2](/maintainers/rndediiv2)

---

Top Contributors

[![syaf-rizal](https://avatars.githubusercontent.com/u/1311660?v=4)](https://github.com/syaf-rizal "syaf-rizal (10 commits)")[![rndediiv2](https://avatars.githubusercontent.com/u/20953556?v=4)](https://github.com/rndediiv2 "rndediiv2 (7 commits)")

---

Tags

laravelpagination

### Embed Badge

![Health badge](/badges/rndediiv2-smart-dev-table/health.svg)

```
[![Health](https://phpackages.com/badges/rndediiv2-smart-dev-table/health.svg)](https://phpackages.com/packages/rndediiv2-smart-dev-table)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M686](/packages/barryvdh-laravel-ide-helper)[lampager/lampager-laravel

Rapid pagination for Laravel

7641.4k](/packages/lampager-lampager-laravel)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[ctsoft/laravel-pretty-pagination

Pretty pagination URLs for Laravel.

171.8k](/packages/ctsoft-laravel-pretty-pagination)[vitorf7/lv-loadmorepagination

Load More Pagination for Laravel. Allows to load an initial number of items and subsequent pages can load a different number of items

111.2k](/packages/vitorf7-lv-loadmorepagination)

PHPackages © 2026

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