{"id":15162295,"url":"https://github.com/alphaolomi/laravel-graphql-api","last_synced_at":"2026-01-20T00:40:01.434Z","repository":{"id":194342189,"uuid":"643675894","full_name":"alphaolomi/laravel-graphql-api","owner":"alphaolomi","description":"Laravel GraphQL API","archived":false,"fork":false,"pushed_at":"2023-10-30T09:13:10.000Z","size":880,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T02:29:42.465Z","etag":null,"topics":["graphql","graphql-server","hacktobefest","laravel","laravel-graphql"],"latest_commit_sha":null,"homepage":"https://alphaolomi.github.io/laravel-graphql-api/","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/alphaolomi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"alphaolomi"}},"created_at":"2023-05-21T22:44:22.000Z","updated_at":"2023-10-30T08:34:48.000Z","dependencies_parsed_at":"2023-10-30T10:26:39.565Z","dependency_job_id":null,"html_url":"https://github.com/alphaolomi/laravel-graphql-api","commit_stats":null,"previous_names":["alphaolomi/laravel-graphql-api"],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphaolomi%2Flaravel-graphql-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphaolomi%2Flaravel-graphql-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphaolomi%2Flaravel-graphql-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphaolomi%2Flaravel-graphql-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alphaolomi","download_url":"https://codeload.github.com/alphaolomi/laravel-graphql-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767894,"owners_count":20992721,"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","graphql-server","hacktobefest","laravel","laravel-graphql"],"created_at":"2024-09-27T01:22:39.191Z","updated_at":"2026-01-20T00:40:01.407Z","avatar_url":"https://github.com/alphaolomi.png","language":"PHP","funding_links":["https://github.com/sponsors/alphaolomi"],"categories":[],"sub_categories":[],"readme":"# 🕸️ Laravel GraphQl Example\n\n![GraphQL Playground Screenshot](./public/screenshot.png)\n\n## 🛠️ Technologies\n\n- [Laravel](https://laravel.com/) The PHP Framework for Web Artisans.\n- [Lighthouse](https://lighthouse-php.com/) A Lighthouse is a GraphQL framework for Laravel.\n- [GraphQL Playground](https://github.com/mll-lab/laravel-graphiql) A GraphQL Playground UI for testing and exploring GraphQL APIs.\n\n## 🚀 Installation\n\n\u003e **Note:** This project requires Git and Composer.\n\n```bash\ngit clone\n\ncomposer install\n\ncp .env.example .env\n\nphp artisan key:generate\n\ntouch database/database.sqlite\n\nphp artisan migrate\n\nphp artisan db:seed\n\nphp artisan serve\n```\n\nOpen [http://localhost:8000/graphql-playground](http://localhost:8000/graphql-playground) to view it in the browser.\n\n## 📝 Usage\n\n### Queries\n\nHere are some example queries to try:\n\n```graphql\n{\n    users {\n        id\n        name\n        email\n        posts {\n            id\n            title\n            body\n        }\n    }\n}\n```\n\n```graphql\n{\n    user(id: 1) {\n        id\n        name\n        email\n        posts {\n            id\n            title\n            body\n        }\n    }\n}\n```\n\n## 🧪 Testing\n\n```bash\nphp artisan test\n```\n\n\u003c!-- star --\u003e\n## ⭐ Support for this project\n\nIf you liked this project, please give it a star ⭐ \u0026 check out my [other projects](https://github.com/alphaolomi).\n\n## 📄 License\n\nThis project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphaolomi%2Flaravel-graphql-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falphaolomi%2Flaravel-graphql-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphaolomi%2Flaravel-graphql-api/lists"}