{"id":25317511,"url":"https://github.com/rakshitbharat/extendeddatabase","last_synced_at":"2025-10-28T21:30:44.881Z","repository":{"id":62532961,"uuid":"248740747","full_name":"rakshitbharat/extendeddatabase","owner":"rakshitbharat","description":"Extend Power of Laravel's ORM Eloquent with attaching more methods to it.","archived":false,"fork":false,"pushed_at":"2022-03-12T05:52:08.000Z","size":19,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T17:16:08.582Z","etag":null,"topics":["database","easy","laravel","orm"],"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/rakshitbharat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":"FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":["paypal.me/rakshitbharat"]}},"created_at":"2020-03-20T11:38:38.000Z","updated_at":"2024-07-07T12:55:03.000Z","dependencies_parsed_at":"2022-11-02T14:47:52.315Z","dependency_job_id":null,"html_url":"https://github.com/rakshitbharat/extendeddatabase","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakshitbharat%2Fextendeddatabase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakshitbharat%2Fextendeddatabase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakshitbharat%2Fextendeddatabase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakshitbharat%2Fextendeddatabase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rakshitbharat","download_url":"https://codeload.github.com/rakshitbharat/extendeddatabase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238723074,"owners_count":19519870,"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","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":["database","easy","laravel","orm"],"created_at":"2025-02-13T19:38:45.797Z","updated_at":"2025-10-28T21:30:44.558Z","avatar_url":"https://github.com/rakshitbharat.png","language":"PHP","funding_links":["paypal.me/rakshitbharat"],"categories":[],"sub_categories":[],"readme":"# Extend Database will give more power to already best.\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/rakshitbharat/extendeddatabase.svg?style=flat-square)](https://packagist.org/packages/rakshitbharat/extendeddatabase)\n[![Build Status](https://img.shields.io/travis/rakshitbharat/extendeddatabase/master.svg?style=flat-square)](https://travis-ci.org/rakshitbharat/extendeddatabase)\n[![Quality Score](https://img.shields.io/scrutinizer/g/rakshitbharat/extendeddatabase.svg?style=flat-square)](https://scrutinizer-ci.com/g/rakshitbharat/extendeddatabase)\n[![Total Downloads](https://img.shields.io/packagist/dt/rakshitbharat/extendeddatabase.svg?style=flat-square)](https://packagist.org/packages/rakshitbharat/extendeddatabase)\n\nExtend Power of Laravel's ORM Eloquent with attaching more methods to it.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require rakshitbharat/extendeddatabase\n```\n\n## Usage\n\n``` php\necho User::select('*')-\u003ewhere('name','Rakshit')-\u003etoSqlWithBindings();\n```\nOutput \nselect * from `users` where `name` = Rakshit\n\n\n``` php\necho User::paginateToDatatable();\nor \necho User::select('*')-\u003ewhere('name','something')-\u003epaginateToDatatable();\n```\nExcepted output will be more advance pagination options.\nFor more information to pass parameters to this object with Request object read below.\nhttps://datatables.net/manual/server-side\n\n### Security\n\nIf you discover any security related issues, please email rakshitbharatproject@gmail.com instead of using the issue tracker.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakshitbharat%2Fextendeddatabase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakshitbharat%2Fextendeddatabase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakshitbharat%2Fextendeddatabase/lists"}