{"id":20527119,"url":"https://github.com/netojose/laravel-api-explorer","last_synced_at":"2025-05-15T23:08:30.470Z","repository":{"id":32777511,"uuid":"142308359","full_name":"netojose/laravel-api-explorer","owner":"netojose","description":"API explorer for laravel applications","archived":false,"fork":false,"pushed_at":"2025-04-30T21:11:21.000Z","size":3325,"stargazers_count":145,"open_issues_count":10,"forks_count":23,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-30T22:24:49.146Z","etag":null,"topics":["api","api-client","laravel","laravel-package","php","react"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netojose.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":"contributing.md","funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-25T14:04:09.000Z","updated_at":"2025-04-30T21:10:16.000Z","dependencies_parsed_at":"2024-06-05T17:13:36.185Z","dependency_job_id":"32a2714f-7bd1-48b7-b4bc-c9315f3d5215","html_url":"https://github.com/netojose/laravel-api-explorer","commit_stats":{"total_commits":74,"total_committers":2,"mean_commits":37.0,"dds":"0.10810810810810811","last_synced_commit":"2e0269b9f1a3c20ac96cf40854f3583f405ac55e"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netojose%2Flaravel-api-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netojose%2Flaravel-api-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netojose%2Flaravel-api-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netojose%2Flaravel-api-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netojose","download_url":"https://codeload.github.com/netojose/laravel-api-explorer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254436949,"owners_count":22070947,"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":["api","api-client","laravel","laravel-package","php","react"],"created_at":"2024-11-15T23:17:24.503Z","updated_at":"2025-05-15T23:08:24.428Z","avatar_url":"https://github.com/netojose.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel API explorer\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Total Downloads][ico-downloads]][link-downloads]\n\nInteractive Laravel API explorer. You don't need to write/update documentation for your API. On the fly, Your API documentation will always be available in an interactive way.\n\n## Features\n\n-   Quick install (one-step install, no code change needed);\n-   Zero config needed;\n-   Store config/parameters to be used anytime;\n-   Variables: you can set variables (like id's, tokens, etc. to be used in any place like querystring, header, body, etc.);\n-   Global headers: You can set global headers (like tokens, content-type, etc.) to be used in all requests.\n\n## Live Demo\n\nhttps://laravel-api-explorer-demo.herokuapp.com/api-explorer\n\n## Using variables\n\nYou can click on top right icon (wrench) and add your variables. When you will need to set some querystring parameter, header value, body content, etc., you can use `${VARIABLE_NAME}`, and this placeholder will be replaced by your variable.\n\n## Using global headers\n\nIf you API needs some header in all request (or almost), you can set global headers instead of create these headers for every request. You can click on top right icon (wrench) and add your global headers.\n\n## Screenshots\n\n### Routes list\n\n![Routes list][screenshot-1]\n\n### Route info\n\n![Route info][screenshot-2]\n\n### Request/response\n\n![Request/response][screenshot-3]\n\n### Response info\n\n![Response info][screenshot-4]\n\n## Installation\n\nVia Composer\n\n```bash\n$ composer require netojose/laravel-api-explorer\n```\n\n## Usage\n\nYou just need access `yourdomain.com/api-explorer`\n\n## Configuration\n\nOptionally you can copy config file to override default package configuration\n\n```bash\nphp artisan vendor:publish --provider=\"NetoJose\\LaravelApiExplorer\\LaravelApiExplorerServiceProvider\"\n```\n\nNow you have a `config/laravelapiexplorer.php` file inside your project,and you can make your changes. Available configurations:\n\n| Configuration | Description                                                                        | Default      |\n| ------------- | ---------------------------------------------------------------------------------- | ------------ |\n| enabled       | Determine if the explorer will available                                           | true         |\n| route         | The route to access explorer page                                                  | api-explorer |\n| match         | Pattern to routes to be available on explorer                                      | api/\\*       |\n| ignore        | Array of routes to be ignored. You can use a pattern of a route path or route name | [,'/',]      |\n\n## Contributing\n\nPlease see [contributing.md](contributing.md) for details and a todolist.\n\n## Security\n\nIf you discover any security related issues, please email sputinykster@gmail.com instead of using the issue tracker.\n\n[ico-version]: https://img.shields.io/packagist/v/netojose/laravel-api-explorer.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/netojose/laravel-api-explorer.svg?style=flat-square\n[link-packagist]: https://packagist.org/packages/netojose/laravel-api-explorer\n[link-downloads]: https://packagist.org/packages/netojose/laravel-api-explorer\n[link-author]: https://netojose.github.io\n[screenshot-1]: https://i.imgur.com/MA27Djs.png \"Routes list\"\n[screenshot-2]: https://i.imgur.com/lZrCPUz.png \"Route info\"\n[screenshot-3]: https://i.imgur.com/dfXlxiV.png \"Request/response\"\n[screenshot-4]: https://i.imgur.com/ApPO9Au.png \"Response info\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetojose%2Flaravel-api-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetojose%2Flaravel-api-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetojose%2Flaravel-api-explorer/lists"}