PHPackages                             prageeth-peiris/laravel-dynamic-response - 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. prageeth-peiris/laravel-dynamic-response

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

prageeth-peiris/laravel-dynamic-response
========================================

A Simple Package that converts Laravel Query Builder result in to DataTables , Charts, CSV etc.

1.1.0(3y ago)0276MITPHPPHP  ^8.0 | ^8.1

Since May 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/prageeth-peiris/laravel-dynamic-response)[ Packagist](https://packagist.org/packages/prageeth-peiris/laravel-dynamic-response)[ Docs](https://github.com/prageeth-peiris/laravel-dynamic-response)[ RSS](/packages/prageeth-peiris-laravel-dynamic-response/feed)WikiDiscussions master Synced 1mo ago

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

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

[](#installation)

You can install the package via composer:

```
composer require prageeth-peiris/laravel-dynamic-response
```

Usage
-----

[](#usage)

```
in your controller use LaravelDynamicResponseFacade

class myController extends Controller{

  public function all(){

  $builderObject = Post::where('author','test')->select('*');

   return  LaravelDynamicResponseFacade::send($builderObject);

  }

}
```

And in the request you must specify responseFormat query parameter
example :

Supported Formats :

- table
- csv

### Testing

[](#testing)

```
composer test
```

### Dependencies

[](#dependencies)

- PHP 8.1
- Laravel 8
-

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information 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)

- [Prageeth Peiris](https://github.com/prageeth-peiris)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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 ~2 days

Total

2

Last Release

1454d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cfaffa19f7b769d94631a89264b8a89517960ba5f9210af17983cecd8cd6e11a?d=identicon)[prageeth-peiris](/maintainers/prageeth-peiris)

---

Top Contributors

[![prageeth-peiris](https://avatars.githubusercontent.com/u/57320631?v=4)](https://github.com/prageeth-peiris "prageeth-peiris (4 commits)")

---

Tags

prageeth-peirislaravel-dynamic-response

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/prageeth-peiris-laravel-dynamic-response/health.svg)

```
[![Health](https://phpackages.com/badges/prageeth-peiris-laravel-dynamic-response/health.svg)](https://phpackages.com/packages/prageeth-peiris-laravel-dynamic-response)
```

###  Alternatives

[barryvdh/laravel-ide-helper

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

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[mrmarchone/laravel-auto-crud

Laravel Auto CRUD helps you streamline development and save time.

28711.8k2](/packages/mrmarchone-laravel-auto-crud)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

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

PHPackages © 2026

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