{"id":21664397,"url":"https://github.com/wayofdev/laravel-open-docs","last_synced_at":"2025-10-13T19:10:44.210Z","repository":{"id":173889862,"uuid":"651065929","full_name":"wayofdev/laravel-open-docs","owner":"wayofdev","description":"OpenAPI Controllers and UI.","archived":false,"fork":false,"pushed_at":"2024-03-13T11:35:18.000Z","size":875,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-12T04:02:28.664Z","etag":null,"topics":["laravel","php","php8"],"latest_commit_sha":null,"homepage":"https://wayof.dev","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/wayofdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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},"funding":{"github":"wayofdev"}},"created_at":"2023-06-08T12:18:55.000Z","updated_at":"2024-05-28T11:43:58.133Z","dependencies_parsed_at":null,"dependency_job_id":"c0ee60a9-1193-45c7-8cd8-46faabb3ff7c","html_url":"https://github.com/wayofdev/laravel-open-docs","commit_stats":null,"previous_names":["wayofdev/laravel-open-docs"],"tags_count":122,"template":false,"template_full_name":"wayofdev/laravel-package-tpl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayofdev%2Flaravel-open-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayofdev%2Flaravel-open-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayofdev%2Flaravel-open-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayofdev%2Flaravel-open-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wayofdev","download_url":"https://codeload.github.com/wayofdev/laravel-open-docs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244560392,"owners_count":20472220,"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":["laravel","php","php8"],"created_at":"2024-11-25T10:37:23.839Z","updated_at":"2025-10-13T19:10:39.178Z","avatar_url":"https://github.com/wayofdev.png","language":"PHP","funding_links":["https://github.com/sponsors/wayofdev"],"categories":[],"sub_categories":[],"readme":"\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"456\" src=\"https://raw.githubusercontent.com/wayofdev/laravel-open-docs/master/assets/logo.gh-light-mode-only.png#gh-light-mode-only\"\u003e\n\u003cimg width=\"456\" src=\"https://raw.githubusercontent.com/wayofdev/laravel-open-docs/master/assets/logo.gh-dark-mode-only.png#gh-dark-mode-only\"\u003e\n\u003c/div\u003e\n\n\n\u003cbr\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/wayofdev/laravel-open-docs/actions\"\u003e\u003cimg alt=\"Build Status\" src=\"https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Flaravel-open-docs%2Fbadge\u0026style=flat-square\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/wayofdev/laravel-open-docs\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/wayofdev/laravel-open-docs?\u0026style=flat-square\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/wayofdev/laravel-open-docs\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/wayofdev/laravel-open-docs?\u0026style=flat-square\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/wayofdev/laravel-open-docs\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/wayofdev/laravel-open-docs?style=flat-square\u0026color=blue\" alt=\"Software License\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/wayofdev/laravel-open-docs\"\u003e\u003cimg alt=\"Commits since latest release\" src=\"https://img.shields.io/github/commits-since/wayofdev/laravel-open-docs/latest?style=flat-square\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n# Laravel Package Template\n\nThis is minimal Laravel template which is used by other PHP projects in wayofdev organization.\n\nIf you **like/use** this package, please consider **starring** it. Thanks!\n\n![Screenshot](assets/screenshot.png)\n\n## 💿 Installation\n\n### → Using composer\n\nRequire as dependency:\n\n```bash\n$ composer req wayofdev/laravel-open-docs\n```\n\n\u003cbr\u003e\n\n## 🧪 Running Tests\n\n### → PHPUnit tests\n\nTo run tests, run the following command:\n\n```bash\n$ make test\n```\n\n### → Static Analysis\n\nCode quality using PHPStan:\n\n```bash\n$ make stan\n```\n\n### → Coding Standards Fixing\n\nFix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:\n\n```bash\n$ make cs-fix\n```\n\n\u003cbr\u003e\n\n## 🤝 License\n\n[![Licence](https://img.shields.io/github/license/wayofdev/laravel-open-docs?style=for-the-badge\u0026color=blue)](./LICENSE)\n\n\u003cbr\u003e\n\n## 🙆🏼‍♂️ Author Information\n\nCreated in **2022** by [lotyp / wayofdev](https://github.com/wayofdev)\n\n\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayofdev%2Flaravel-open-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwayofdev%2Flaravel-open-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayofdev%2Flaravel-open-docs/lists"}