{"id":13405080,"url":"https://github.com/nuwave/lighthouse","last_synced_at":"2025-05-13T16:06:08.659Z","repository":{"id":37735750,"uuid":"59965104","full_name":"nuwave/lighthouse","owner":"nuwave","description":"A framework for serving GraphQL from Laravel","archived":false,"fork":false,"pushed_at":"2024-05-01T11:10:33.000Z","size":15481,"stargazers_count":3319,"open_issues_count":125,"forks_count":430,"subscribers_count":38,"default_branch":"master","last_synced_at":"2024-05-01T13:37:05.214Z","etag":null,"topics":["graphql","laravel","laravel-graphql","lighthouse-php","php"],"latest_commit_sha":null,"homepage":"https://lighthouse-php.com","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/nuwave.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"spawnia","issuehunt":"nuwave/lighthouse","patreon":"lighthouse_php"}},"created_at":"2016-05-29T21:44:38.000Z","updated_at":"2024-06-11T10:41:09.039Z","dependencies_parsed_at":"2024-03-25T15:09:31.292Z","dependency_job_id":"5a20164f-2d49-49b5-a2a7-ed97456399df","html_url":"https://github.com/nuwave/lighthouse","commit_stats":{"total_commits":3063,"total_committers":210,"mean_commits":"14.585714285714285","dds":0.5977799542931767,"last_synced_commit":"15345a774b9f34db2aa73bb43069a6a387286501"},"previous_names":[],"tags_count":393,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuwave%2Flighthouse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuwave%2Flighthouse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuwave%2Flighthouse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuwave%2Flighthouse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuwave","download_url":"https://codeload.github.com/nuwave/lighthouse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250512719,"owners_count":21443074,"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":["graphql","laravel","laravel-graphql","lighthouse-php","php"],"created_at":"2024-07-30T19:01:55.445Z","updated_at":"2025-04-23T20:38:11.666Z","avatar_url":"https://github.com/nuwave.png","language":"PHP","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://lighthouse-php.com\"\u003e\n    \u003cimg src=\"logo.png\" alt=lighthouse-logo\" width=\"150\" height=\"150\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n# Lighthouse\n\n[![Validate](https://github.com/nuwave/lighthouse/workflows/Validate/badge.svg)](https://github.com/nuwave/lighthouse/actions)\n[![Code Coverage](https://codecov.io/gh/nuwave/lighthouse/branch/master/graph/badge.svg)](https://codecov.io/gh/nuwave/lighthouse)\n[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat)](https://github.com/phpstan/phpstan)\n\n[![Packagist](https://img.shields.io/packagist/dt/nuwave/lighthouse.svg)](https://packagist.org/packages/nuwave/lighthouse)\n[![Latest Stable Version](https://poser.pugx.org/nuwave/lighthouse/v/stable)](https://packagist.org/packages/nuwave/lighthouse)\n[![GitHub license](https://img.shields.io/github/license/nuwave/lighthouse.svg)](https://github.com/nuwave/lighthouse/blob/master/LICENSE)\n\n**A framework for serving GraphQL from Laravel**\n\n\u003c/div\u003e\n\nLighthouse is a GraphQL framework that integrates with your Laravel application.\nIt takes the best ideas of both and combines them to solve common tasks with ease\nand offer flexibility when you need it.\n\n## Documentation\n\nThe documentation lives at [lighthouse-php.com](https://lighthouse-php.com).\n\nThe site includes the latest docs for each major version of Lighthouse.\nYou can find docs for specific versions by looking at the contents of [/docs/master](/docs/master)\nat that point in the git history: `https://github.com/nuwave/lighthouse/tree/\u003cSPECIFIC-TAG\u003e/docs/master`.\n\n## Get involved\n\n- Have a question? [Get your answer using GitHub discussions](https://github.com/nuwave/lighthouse/discussions/new?category=q-a)\n- Talk to other users? [Start a discussion](https://github.com/nuwave/lighthouse/discussions/new?category=general)\n- Found a bug? [Report a bug](https://github.com/nuwave/lighthouse/issues/new?template=bug_report.md)\n- Have an idea? [Propose a feature](https://github.com/nuwave/lighthouse/issues/new?template=feature_proposal.md)\n- Want to improve Lighthouse? [Read our contribution guidelines](https://github.com/nuwave/lighthouse/blob/master/CONTRIBUTING.md)\n\n## Versioning\n\nLighthouse follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n\nOnly the current major version receives new features and bugfixes.\n\nUpdating between minor versions will not require changes to PHP code or the GraphQL schema\nand cause no breaking behavioural changes for consumers of the GraphQL API.\nHowever, only code elements marked with `@api` will remain compatible - all other code in\nLighthouse is considered internal and is thus subject to change.\n\n## Changelog\n\nAll notable changes to this project are documented in [`CHANGELOG.md`](CHANGELOG.md).\n\n## Upgrade Guide\n\nWhen upgrading between major versions of Lighthouse, consider [`UPGRADE.md`](UPGRADE.md).\n\n## Contributing\n\nWe welcome contributions of any kind, see how in [`CONTRIBUTING.md`](CONTRIBUTING.md).\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within Lighthouse,\nplease email Benedikt Franke via [benedikt@franke.tech](mailto:benedikt@franke.tech).\n\n## Sponsors\n\nLighthouse is supported by [its awesome sponsors](https://lighthouse-php.com/sponsors).\n\nIf you want to support the development of Lighthouse and see your logo there, consider [sponsoring](https://github.com/sponsors/spawnia).\n","funding_links":["https://github.com/sponsors/spawnia","https://issuehunt.io/r/nuwave/lighthouse","https://patreon.com/lighthouse_php"],"categories":["Popular Packages","PHP","Libraries","Paquetes utiles","Database","Implementations"],"sub_categories":["PHP Libraries","PHP"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuwave%2Flighthouse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuwave%2Flighthouse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuwave%2Flighthouse/lists"}