https://github.com/friendsofshopware/api-doc
Hosting the Swagger for Shopware 6
https://github.com/friendsofshopware/api-doc
Last synced: about 1 month ago
JSON representation
Hosting the Swagger for Shopware 6
- Host: GitHub
- URL: https://github.com/friendsofshopware/api-doc
- Owner: FriendsOfShopware
- Created: 2020-05-17T18:33:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T02:45:42.000Z (about 1 month ago)
- Last Synced: 2025-04-01T03:32:41.108Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 105 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains some Tooling to dump static informations about Shopware versions like:
* API Documentation: https://swagger.docs.fos.gg
* MD5 of all Shopware files# File Checker
This Tool can be used to check the integrity of the Installation. It checks all MD5Sums of the Installation with the Original Hash.
Usage:
```bash
cd [ToYourInstallation]
wget https://raw.githubusercontent.com/FriendsOfShopware/api-doc/main/file-checker.php
php file-checker.php
rm file-checker.php
```