{"id":13478646,"url":"https://github.com/PHLAK/CloudDrop","last_synced_at":"2025-03-27T08:30:49.640Z","repository":{"id":66719336,"uuid":"94972069","full_name":"PHLAK/CloudDrop","owner":"PHLAK","description":"Store and retrieve files in cloud storage providers (i.e. Dropbox, Google Drive, Microsoft OneDrive, Amazon Cloud Drive, etc.)","archived":true,"fork":false,"pushed_at":"2017-09-11T03:02:12.000Z","size":19,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-30T12:47:04.733Z","etag":null,"topics":["amazon-cloud-drive","cloud-drive","cloud-storage","dropbox","google-drive","guzzlehttp","microsoft-onedrive","onedrive","php"],"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/PHLAK.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-06-21T06:45:50.000Z","updated_at":"2024-07-21T10:58:10.000Z","dependencies_parsed_at":"2023-03-13T20:29:39.528Z","dependency_job_id":null,"html_url":"https://github.com/PHLAK/CloudDrop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHLAK%2FCloudDrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHLAK%2FCloudDrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHLAK%2FCloudDrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PHLAK%2FCloudDrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PHLAK","download_url":"https://codeload.github.com/PHLAK/CloudDrop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245809648,"owners_count":20676027,"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":["amazon-cloud-drive","cloud-drive","cloud-storage","dropbox","google-drive","guzzlehttp","microsoft-onedrive","onedrive","php"],"created_at":"2024-07-31T16:01:59.822Z","updated_at":"2025-03-27T08:30:49.341Z","avatar_url":"https://github.com/PHLAK.png","language":"PHP","funding_links":["https://paypal.me/ChrisKankiewicz"],"categories":["PHP"],"sub_categories":[],"readme":"CloudDrop\n=========\n\n[![Latest Stable Version](https://img.shields.io/packagist/v/PHLAK/CloudDrop.svg)](https://packagist.org/packages/PHLAK/CloudDrop)\n[![Total Downloads](https://img.shields.io/packagist/dt/PHLAK/CloudDrop.svg)](https://packagist.org/packages/PHLAK/CloudDrop)\n[![Author](https://img.shields.io/badge/author-Chris%20Kankiewicz-blue.svg)](https://www.ChrisKankiewicz.com)\n[![License](https://img.shields.io/packagist/l/PHLAK/CloudDrop.svg)](https://packagist.org/packages/PHLAK/CloudDrop)\n[![Build Status](https://img.shields.io/travis/PHLAK/CloudDrop.svg)](https://travis-ci.org/PHLAK/CloudDrop)\n\u003c!-- [![StyleCI](https://styleci.io/repos/55566401/shield?branch=master\u0026style=flat)](https://styleci.io/repos/55566401) --\u003e\n\nStore and retrieve files in cloud storage providers (i.e. Dropbox) -- by, [Chris Kankiewicz](https://www.ChrisKankiewicz.com)\n\nIntroduction\n------------\n\n...\n\nLike this project? Keep me caffeinated by [making a donation](https://paypal.me/ChrisKankiewicz).\n\nRequirements\n------------\n\n  - [PHP](https://php.net) \u003e= 7.0\n\nInstall with Composer\n---------------------\n\n```bash\ncomposer require phlak/clouddrop\n```\n\nInitializing the Client\n-----------------------\n\nFirst, import CloudDrop:\n\n```php\nuse PHLAK\\CloudDrop;\n```\n\nThen instantiate the class for your cloud storage provider of choice:\n\n```php\n$provider = CloudDrop\\Provider::init($providerName, array $config);\n```\n\nFor example, to instantate the Dropbox provider you would use the following:\n\n```php\n$dropbox = CloudDrop\\Provider::init('dropbox',['access_token' =\u003e 'your_access_token']);\n```\n\nConfiguration\n-------------\n\n...\n\nUsage\n-----\n\n...\n\nChangelog\n---------\n\nA list of changes can be found on the [GitHub Releases](https://github.com/PHLAK/CloudDrop/releases) page.\n\nTroubleshooting\n---------------\n\nPlease report bugs to the [GitHub Issue Tracker](https://github.com/PHLAK/CloudDrop/issues).\n\nCopyright\n---------\n\nThis project is licensed under the [MIT License](https://github.com/PHLAK/CloudDrop/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPHLAK%2FCloudDrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPHLAK%2FCloudDrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPHLAK%2FCloudDrop/lists"}