{"id":30367238,"url":"https://github.com/elfsundae/laravel-datatables","last_synced_at":"2025-08-19T23:14:05.497Z","repository":{"id":56976571,"uuid":"94647284","full_name":"ElfSundae/laravel-datatables","owner":"ElfSundae","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-19T01:11:33.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T08:02:45.574Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ElfSundae.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-17T20:24:57.000Z","updated_at":"2017-12-15T16:53:51.000Z","dependencies_parsed_at":"2022-08-21T11:20:41.920Z","dependency_job_id":null,"html_url":"https://github.com/ElfSundae/laravel-datatables","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/ElfSundae/laravel-datatables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElfSundae%2Flaravel-datatables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElfSundae%2Flaravel-datatables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElfSundae%2Flaravel-datatables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElfSundae%2Flaravel-datatables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElfSundae","download_url":"https://codeload.github.com/ElfSundae/laravel-datatables/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElfSundae%2Flaravel-datatables/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271236297,"owners_count":24723983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-19T23:14:04.464Z","updated_at":"2025-08-19T23:14:05.483Z","avatar_url":"https://github.com/ElfSundae.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel DataTables\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/elfsundae/laravel-datatables.svg?style=flat-square)](https://packagist.org/packages/elfsundae/laravel-datatables)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n[![Build Status](https://img.shields.io/travis/ElfSundae/laravel-datatables/master.svg?style=flat-square)](https://travis-ci.org/ElfSundae/laravel-datatables)\n[![StyleCI](https://styleci.io/repos/94647284/shield)](https://styleci.io/repos/94647284)\n[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/6fe19cb9-8907-46f6-9f06-644c8bfb5f94.svg?style=flat-square)](https://insight.sensiolabs.com/projects/6fe19cb9-8907-46f6-9f06-644c8bfb5f94)\n[![Quality Score](https://img.shields.io/scrutinizer/g/ElfSundae/laravel-datatables.svg?style=flat-square)](https://scrutinizer-ci.com/g/ElfSundae/laravel-datatables)\n[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/ElfSundae/laravel-datatables/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/ElfSundae/laravel-datatables/?branch=master)\n\nAn extended package based on [yajra/laravel-datatables](https://github.com/yajra/laravel-datatables).\n\n## Installation\n\n```sh\n$ composer require elfsundae/laravel-datatables\n```\n\nThen register the service provider:\n\n```php\nElfSundae\\DataTables\\DataTablesServiceProvider::class\n```\n\n## Extended Notes\n\n### Added\n\n- Added some convenient methods for DataTable service, you need to use [`ElfSundae\\DataTables\\Services\\DataTable`](src/Services/DataTable.php) instead of `Yajra\\DataTables\\Services\\DataTable`\n- ~~Added `addColumns()` for `EloquentDataTable`~~ (_merged in [yajra/laravel-datatables#1416](https://github.com/yajra/laravel-datatables/pull/1416)_)\n- ~~Added `postAjax()` for Html Builder~~ (_merged in [yajra/laravel-datatables-html#45](https://github.com/yajra/laravel-datatables-html/pull/45)_)\n\n### Changed\n\n- ~~Changed the default `filename` for export to `className_YmdHis`~~ (_merged in [yajra/laravel-datatables-buttons#49](https://github.com/yajra/laravel-datatables-buttons/pull/49)_)\n- Refactored `DataTables` factory, see [yajra/laravel-datatables#1488](https://github.com/yajra/laravel-datatables/pull/1488)\n\n### Removed\n\n- Disabled [package discovery](https://laravel.com/docs/5.5/packages#package-discovery) for the original datatables packages\n- Removed `action` column in `datatables.stub` for the `datatables:make` command\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felfsundae%2Flaravel-datatables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felfsundae%2Flaravel-datatables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felfsundae%2Flaravel-datatables/lists"}