{"id":16294157,"url":"https://github.com/sarfraznawaz2005/queryline","last_synced_at":"2025-06-28T17:36:50.726Z","repository":{"id":62540361,"uuid":"104334248","full_name":"sarfraznawaz2005/queryline","owner":"sarfraznawaz2005","description":"QueryLine is a laravel package to show time graph against run queries on a page.","archived":false,"fork":false,"pushed_at":"2018-02-14T09:20:43.000Z","size":30,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T10:21:53.846Z","etag":null,"topics":["eloquent","graph","laravel","laravel-5-package","performance","php","sql"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sarfraznawaz2005.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-21T10:28:04.000Z","updated_at":"2021-03-12T01:18:02.000Z","dependencies_parsed_at":"2022-11-02T15:32:22.878Z","dependency_job_id":null,"html_url":"https://github.com/sarfraznawaz2005/queryline","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sarfraznawaz2005/queryline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarfraznawaz2005%2Fqueryline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarfraznawaz2005%2Fqueryline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarfraznawaz2005%2Fqueryline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarfraznawaz2005%2Fqueryline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarfraznawaz2005","download_url":"https://codeload.github.com/sarfraznawaz2005/queryline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarfraznawaz2005%2Fqueryline/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262470640,"owners_count":23316536,"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":["eloquent","graph","laravel","laravel-5-package","performance","php","sql"],"created_at":"2024-10-10T20:14:22.019Z","updated_at":"2025-06-28T17:36:50.702Z","avatar_url":"https://github.com/sarfraznawaz2005.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel QueryLine\n\n[![Code Climate](https://codeclimate.com/github/sarfraznawaz2005/queryline/badges/gpa.svg)](https://codeclimate.com/github/sarfraznawaz2005/queryline)\n[![laravel 5.1](https://img.shields.io/badge/Laravel-5.1-brightgreen.svg?style=flat-square)](http://laravel.com)\n[![laravel 5.2](https://img.shields.io/badge/Laravel-5.2-brightgreen.svg?style=flat-square)](http://laravel.com)\n[![laravel 5.3](https://img.shields.io/badge/Laravel-5.3-brightgreen.svg?style=flat-square)](http://laravel.com)\n[![downloads](https://poser.pugx.org/sarfraznawaz2005/queryline/downloads)](https://packagist.org/packages/sarfraznawaz2005/queryline)\n\n## Introduction ##\n\nQueryLine is a laravel package to show time graph against run queries on a page thereby allowing to see which are slow/fast queries running on the page.\n\n## Screenshot ##\n\n![Main Window](https://raw.github.com/sarfraznawaz2005/queryline/master/screen.png)\n\n## Requirements ##\n\n - PHP \u003e= 5.6\n - Laravel 5\n\n## Installation ##\n\nInstall via composer\n\n```\ncomposer require sarfraznawaz2005/queryline\n```\n\nAdd Service Provider to `config/app.php` in `providers` section\n```php\nSarfraznawaz2005\\QueryLine\\ServiceProvider::class,\n```\n\nRun `php artisan vendor:publish` to publish package's config file. You should now have `queryline.php` file published in `app/config` folder.\n\n## Config Options ##\n\n - `enabled` : Enable or disable QueryLine. By default it is disabled. If you are on local environment, you can also just add `QUERYLINE=true` to env file to enable it.\n - `querystring_name` : Whatever value for this config is set, you will be able to see all running quries by appending this value in your url as query string. Example: `http://www.yourapp.com/someurl?vvv`. Default value is `vvv`.\n \n## Related Package ##\n\n[QueryDumper](https://github.com/sarfraznawaz2005/querydumper)\n\n## License ##\n\nThis code is published under the [MIT License](http://opensource.org/licenses/MIT).\nThis means you can do almost anything with it, as long as the copyright notice and the accompanying license file is left intact.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarfraznawaz2005%2Fqueryline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarfraznawaz2005%2Fqueryline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarfraznawaz2005%2Fqueryline/lists"}