{"id":28951577,"url":"https://github.com/invokable/google-sheets-project","last_synced_at":"2025-06-23T15:05:53.672Z","repository":{"id":36975761,"uuid":"110405055","full_name":"invokable/google-sheets-project","owner":"invokable","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-18T02:59:15.000Z","size":3029,"stargazers_count":59,"open_issues_count":5,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-18T03:18:32.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sheets.kawax.biz/","language":"Blade","has_issues":false,"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/invokable.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["invokable"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2017-11-12T04:36:28.000Z","updated_at":"2025-06-18T02:59:18.000Z","dependencies_parsed_at":"2023-10-02T05:48:19.822Z","dependency_job_id":"18c30c83-c8e1-4312-94d8-b875db7862f7","html_url":"https://github.com/invokable/google-sheets-project","commit_stats":null,"previous_names":["kawax/google-sheets-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/invokable/google-sheets-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invokable%2Fgoogle-sheets-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invokable%2Fgoogle-sheets-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invokable%2Fgoogle-sheets-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invokable%2Fgoogle-sheets-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/invokable","download_url":"https://codeload.github.com/invokable/google-sheets-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invokable%2Fgoogle-sheets-project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261500663,"owners_count":23168071,"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":[],"created_at":"2025-06-23T15:05:50.645Z","updated_at":"2025-06-23T15:05:53.652Z","avatar_url":"https://github.com/invokable.png","language":"Blade","funding_links":["https://github.com/sponsors/invokable"],"categories":[],"sub_categories":[],"readme":"# Google Sheets for Laravel Demo project\n\nDemo site\n\nhttps://sheets.kawax.biz/\n\nhttps://docs.google.com/spreadsheets/d/1SUNw7QzAMx-xXUwr5s-mJrZC9NGFRl4RqyzSL6CogkQ/edit?usp=sharing\n\nhttps://github.com/invokable/laravel-google-sheets\n\nThe current implementation is a sample code for service account authentication using Laravel 12 and Livewire Starter Kit with standard components (non-Volt).\n\n## Features\n\n- Laravel 12 with Livewire 3 (standard components)\n- Google Sheets API integration using service account authentication\n- Simple form to add entries to Google Sheets\n- Real-time display of recent entries\n- No user authentication required\n- Uses Livewire Starter Kit with traditional PHP class components (non-Volt)\n\n## Branches\n| Branch                                                                             | Laravel     | Starter Kit                                | Google API Authentication Method |\n|------------------------------------------------------------------------------------|-------------|--------------------------------------------|----------------------------------|\n| [5.5](https://github.com/invokable/google-sheets-project/tree/5.5)                 | Laravel 5.5 | Legacy `make:auth`                         | OAuth with Socialite             |\n| [5.8](https://github.com/invokable/google-sheets-project/tree/5.8)                 | Laravel 5.8 | Legacy `make:auth`                         | OAuth with Socialite             |\n| [6.x](https://github.com/invokable/google-sheets-project/tree/6.x)                 | Laravel 6   | Legacy `make:auth`                         | OAuth with Socialite             |\n| [8.x](https://github.com/invokable/google-sheets-project/tree/8.x)                 | Laravel 8   | Breeze, Livewire                           | Service account                  |\n| [11.x](https://github.com/invokable/google-sheets-project/tree/11.x)               | Laravel 11  | Breeze, Livewire                           | Service account                  |\n| [12.x-breeze](https://github.com/invokable/google-sheets-project/tree/12.x-breeze) | Laravel 12  | Breeze, Livewire                           | Service account                  |\n| `main`                                                                             | Laravel 12  | Livewire Starter Kit (standard components) | Service account                  |\n\n## Project Structure\n\nThis project uses Laravel 12 with Livewire 3 in the standard component format (not Volt). The Livewire components are traditional PHP classes that extend the base `Component` class:\n\n- `app/Livewire/Sheets/Form.php` - Handles the form for adding entries to Google Sheets\n- `app/Livewire/Sheets/Posts.php` - Displays recent entries from Google Sheets\n\nThe project uses Livewire Starter Kit with Flux UI components for the frontend, providing a modern and reactive user interface without requiring Volt's functional component syntax.\n\n## Setup\n\n1. Copy `.env.example` to `.env` and configure your environment variables\n2. Set up Google Sheets API credentials and service account authentication\n3. Configure the `POST_SPREADSHEET_ID` and `POST_SHEET_ID` environment variables\n4. Run `composer install` and `npm install`\n5. Generate application key with `php artisan key:generate`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvokable%2Fgoogle-sheets-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvokable%2Fgoogle-sheets-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvokable%2Fgoogle-sheets-project/lists"}