{"id":20595669,"url":"https://github.com/arcphysx/laradrive","last_synced_at":"2025-04-14T23:44:08.241Z","repository":{"id":47371047,"uuid":"335205982","full_name":"arcphysx/laradrive","owner":"arcphysx","description":"Google Drive REST API Wrapper For Laravel and Lumen","archived":false,"fork":false,"pushed_at":"2021-09-02T03:37:47.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T23:44:03.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/arcphysx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-02T07:35:50.000Z","updated_at":"2022-07-09T07:46:32.000Z","dependencies_parsed_at":"2022-08-29T05:30:18.430Z","dependency_job_id":null,"html_url":"https://github.com/arcphysx/laradrive","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcphysx%2Flaradrive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcphysx%2Flaradrive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcphysx%2Flaradrive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arcphysx%2Flaradrive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arcphysx","download_url":"https://codeload.github.com/arcphysx/laradrive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248981259,"owners_count":21193143,"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":"2024-11-16T08:13:47.418Z","updated_at":"2025-04-14T23:44:08.224Z","avatar_url":"https://github.com/arcphysx.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laradrive\nGoogle Drive REST API Wrapper For Laravel and Lumen\n\n## Installation\nYou can install the package using composer\n```sh\n$ composer require arcphysx/laradrive\n```\nThen add the service provider to `config/app.php`. In Laravel versions 5.5 and beyond, this step can be skipped if package auto-discovery is enabled.\n\n```php\n'providers' =\u003e [\n    ...\n    Arcphysx\\Laradrive\\Providers\\LaradriveServiceProvider::class\n    ...\n];\n```\n\nRun `php artisan laradrive:install` to run first setup\n\nThen add some required value on your .env file\n```\nGOOGLE_DRIVE_API_KEY=\"\u003cyour-google-api-key-here\u003e\"\nGOOGLE_DRIVE_AUTH_TOKEN_STORAGE_PATH=\"app/google_auth_token.json\"\nGOOGLE_DRIVE_CREDENTIAL_STORAGE_PATH=\"credentials.json\"\n```\n\nBy default, laradrive will use your `storage` to store your Google Authentication Info \n\nYou can publish the configuration file and assets by running:\n \n```sh\n$ php artisan vendor:publish --provider=\"Arcphysx\\Laradrive\\Providers\\LaradriveServiceProvider\"\n```\n\nAfter publishing a few new files to our application we need to reload them with the following command:\n\n```sh\n$ composer dump-autoload\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcphysx%2Flaradrive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcphysx%2Flaradrive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcphysx%2Flaradrive/lists"}