{"id":26984289,"url":"https://github.com/friendsofshopware/froshplatformbunnycdnmediastorage","last_synced_at":"2025-06-24T10:10:14.656Z","repository":{"id":36733932,"uuid":"229803615","full_name":"FriendsOfShopware/FroshPlatformBunnycdnMediaStorage","owner":"FriendsOfShopware","description":"This plugin allows you to use BunnyCDN as a media storage.","archived":false,"fork":false,"pushed_at":"2025-05-07T10:38:36.000Z","size":390,"stargazers_count":8,"open_issues_count":0,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T11:49:27.555Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/FriendsOfShopware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG_en-GB.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2019-12-23T18:27:52.000Z","updated_at":"2025-05-07T10:37:51.000Z","dependencies_parsed_at":"2023-11-12T13:22:54.237Z","dependency_job_id":"db0bb624-f0c2-4db2-b4c9-373e67f1bd89","html_url":"https://github.com/FriendsOfShopware/FroshPlatformBunnycdnMediaStorage","commit_stats":{"total_commits":136,"total_committers":6,"mean_commits":"22.666666666666668","dds":0.03676470588235292,"last_synced_commit":"cff11a34727b058c93ddbeff9264d3fea0c4c295"},"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"purl":"pkg:github/FriendsOfShopware/FroshPlatformBunnycdnMediaStorage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshPlatformBunnycdnMediaStorage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshPlatformBunnycdnMediaStorage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshPlatformBunnycdnMediaStorage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshPlatformBunnycdnMediaStorage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FriendsOfShopware","download_url":"https://codeload.github.com/FriendsOfShopware/FroshPlatformBunnycdnMediaStorage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfShopware%2FFroshPlatformBunnycdnMediaStorage/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261649858,"owners_count":23189755,"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-04-03T17:36:04.867Z","updated_at":"2025-06-24T10:10:14.624Z","avatar_url":"https://github.com/FriendsOfShopware.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BunnyCDN Adapter for Shopware 6\n\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) [![Shopware Store](https://img.shields.io/badge/shopware-store-blue.svg?style=flat-square)](https://store.shopware.com/en/frosh48851065217f/bunnycdn-media-storage-plugin-v3.html)\n\nThe BunnyCDN adapter allows you to manage your media files in shopware on a bunnyCDN-Storage.\n\n\n## Install\n\n### By composer\n```\ncomposer require frosh/platform-bunnycdn-media-storage\n```\n### By zip\ndownload latest release and upload into admin:  \nhttps://github.com/FriendsOfShopware/FroshPlatformBunnycdnMediaStorage/releases/latest/download/FroshPlatformBunnycdnMediaStorage.zip\n\n## Usage\n- Upload existing media (optional)\n  - by SCP from shell:\n    - log via SSH into you webspace and go into your shopware folder\n    - run following commands (Replace STORAGEZONENAME) and confirm with the FTP-Password of your storage-zone\n      ```\n      scp -r ./public/media STORAGEZONENAME@storage.bunnycdn.com:/\n      scp -r ./public/thumbnail STORAGEZONENAME@storage.bunnycdn.com:/\n      ```\n  - Manual by FTP-Client: [see docs at BunnyCDN](https://support.bunnycdn.com/hc/en-us/articles/115003780169-How-to-upload-and-access-files-from-your-Storage-Zone).\n\n- Install and activate the plugin.\n- Configure the filesystems in your `config/packages/shopware.yml`. Check the [Shopware documentation](https://developer.shopware.com/docs/guides/hosting/infrastructure/filesystem.html) for additional information.\n  - Possible configurations for filesystem type `bunnycdn`:\n    - `endpoint`: The endpoint of your storage zone\n    - `apiKey`: The FTP Password of your storage zone\n    - `storageName`: The name of your storage zone\n    - `replicationRoot` (optional): Setting this path will write files also into known local folders. This negates the advantage of saving locally storage. This needs to be an absolute path.\n    - `root` (optional): The root/subfolder within your storage zone.\n    - `useGarbage` (optional): When set to `true`, deleted, renamed and overwritten files are also saved to a folder named `garbage/[currentDate]/`.\n    - `neverDelete` (optional): When set to `true`, deleting files will not use garbage option, too. Attention: This will result in more storage usage and orphaned files in storage.\n    \n    - Example with filesystems `public` and `sitemap` saved into `bunnycdn`:\n      ```yaml\n      shopware:\n        cdn:\n            url: \"https://my-really-cool-company.b-cdn.net\"\n        filesystem:\n          public: \u0026bunnycdn\n            type: \"bunnycdn\"\n            url: \"https://my-really-cool-company.b-cdn.net\"\n            config:\n              endpoint: \"https://storage.bunnycdn.com\"\n              apiKey: \"secret-ftp-password\"\n              storageName: \"my-really-cool-company\"\n              useGarbage: true\n          sitemap:\n            \u003c\u003c: *bunnycdn\n          theme:\n            type: \"local\"\n            url: \"\"\n            config:\n              root: \"%kernel.project_dir%/public\"\n          asset:\n            type: \"local\"\n            url: \"\"\n            config:\n              root: \"%kernel.project_dir%/public\"\n      ```\n\n## Recommendations and warnings\n\n- Before Shopware 6.6.8.0 and plugin version 3.4.0: Don't store theme or asset files on external storage. Due to some improvements in shopware with 6.5 and 6.6 there are created many files. This is the reason why this would slow down theme compilation and asset installation significantly.\n- Utilize storage zones with SSDs as they are significantly faster than standard option (means HDDs), with up to 80x faster upload speeds in our tests.\n\n## Suggestions\n\n- [FroshPlatformThumbnailProcessor](https://github.com/FriendsOfShopware/FroshPlatformThumbnailProcessor)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriendsofshopware%2Ffroshplatformbunnycdnmediastorage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffriendsofshopware%2Ffroshplatformbunnycdnmediastorage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriendsofshopware%2Ffroshplatformbunnycdnmediastorage/lists"}